Scrapingdog integration (Developer Tools, Data). Imported from open-connector.
https://api.scrapingdog.com/{scrapingdogBaseUrl}/
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The decoded target URL to scrape. |
| dynamic | boolean | optional | Whether Scrapingdog should render JavaScript for the target page. |
| scrapingdogBaseUrl | string | required | Path parameter: scrapingdogBaseUrl |
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The Google search query. |
| domain | string | optional | The Google domain to use, such as google.com or google.co.uk. |
| country | string | optional | The two-letter country code used for localized results. |
| cr | string | optional | The Google country restriction filter, such as countryUS. |
| uule | string | optional | The encoded Google location parameter. |
| location | string | optional | The origin location for the Google search. |
| language | string | optional | The Google language code for result localization. |
| lr | string | optional | The Google language restriction value, such as lang_en. |
| ludocid | string | optional | The Google Business listing ID to extract. |
| lsig | string | optional | The Google lsig parameter used for some knowledge graph views. |
| kgmid | string | optional | The Google Knowledge Graph ID to scrape. |
| si | string | optional | The cached Google search parameter string. |
| ibp | string | optional | The Google layout expansion parameter. |
| uds | string | optional | The Google filtering string. |
| tbs | string | optional | The advanced Google search filter string. |
| safe | string | optional | The Google safe search setting. |
| nfpr | boolean | optional | Whether to exclude results for an auto-corrected query. |
| filter | boolean | optional | Whether to enable Google's similar and omitted result filters. |
| page | integer | optional | The Google Search page number, starting at 0. |
| results | integer | optional | The number of Google Search results to request. |
| advanceSearch | boolean | optional | Whether to request Scrapingdog advanced Google Search parsing. |
| mobSearch | boolean | optional | Whether to request mobile Google Search results. |
| html | boolean | optional | Whether Scrapingdog should return full Google result page HTML. |
/google_maps
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The Google Maps search query. |
| ll | string | optional | The GPS coordinate origin used by Google Maps, such as @40.745,-74,15z. |
| domain | string | optional | The Google domain to use for Google Maps results. |
| language | string | optional | The language code for localized Google Maps results. |
| country | string | optional | The two-letter country code used for localized results. |
| page | integer | optional | The Google Maps Search page number, starting at 0. |
/google_maps/places
| Param | Type | Required | Description |
|---|---|---|---|
| dataId | string | optional | The Google Maps data ID for a place. |
| placeId | string | optional | The Google Maps place ID. |
| country | string | optional | The two-letter country code used for localized results. |
| type | string | optional | The Google Maps place request type. |
/google_scholar
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The Google Scholar search query. |
| html | boolean | optional | Whether Scrapingdog should return raw Google Scholar HTML. |
| country | string | optional | The two-letter country code used for localized results. |
| language | string | optional | The language code for localized Google Scholar results. |
| lr | string | optional | The Google Scholar language restriction value, such as lang_en. |
| cites | string | optional | The Google Scholar cited-by article ID. |
| cluster | string | optional | The Google Scholar article cluster ID. |
| asYlo | string | optional | The starting publication year filter. |
| asYhi | string | optional | The ending publication year filter. |
| asSdt | string | optional | The Google Scholar search type or patent/case law filter. |
| safe | string | optional | The Google Scholar safe search setting. |
| filter | boolean | optional | Whether to enable Google's similar and omitted result filters. |
| asVis | boolean | optional | Whether citations should be excluded from Scholar results. |
| asRr | boolean | optional | Whether only review articles should be returned. |
| page | integer | optional | The Google Scholar page number, starting at 0. |
| results | integer | optional | The number of Google Scholar results to request. |
/account