Serpdog integration (Data). Imported from open-connector.
https://api.serpdog.io/account_info
/{serpdogBaseUrl}/
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | Google Search query. |
| mode | string | optional | Search mode used for Google Search requests. |
| num | integer | optional | Number of results to request per page. |
| gl | string | optional | Two-letter country code used for localized results. |
| hl | string | optional | Language code used for localized results. |
| page | integer | optional | Result offset used by Serpdog pagination, such as 0, 10, or 20. |
| lr | string | optional | Document language restriction passed to Google Search. |
| uule | string | optional | Encoded location parameter passed to Google Search. |
| duration | string | optional | Relative time filter passed to Google Search. |
| nfpr | boolean | optional | Whether to exclude results for an auto-corrected query. |
| tbs | string | optional | Advanced search filter string passed to Google Search. |
| safe | string | optional | Safe search mode passed to Google Search. |
| domain | string | optional | Google domain override such as google.co.uk. |
| serpdogBaseUrl | string | required | Path parameter: serpdogBaseUrl |
/news
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | Google News query. |
| num | integer | optional | Number of results to request per page. |
| gl | string | optional | Two-letter country code used for localized results. |
| hl | string | optional | Language code used for localized results. |
| page | integer | optional | Result offset used by Serpdog pagination, such as 0, 10, or 20. |
| lr | string | optional | Document language restriction passed to Google News. |
| uule | string | optional | Encoded location parameter passed to Google News. |
| duration | string | optional | Relative time filter passed to Google News. |
| nfpr | boolean | optional | Whether to exclude results for an auto-corrected query. |
| tbs | string | optional | Advanced search filter string passed to Google News. |
| safe | string | optional | Safe search mode passed to Google News. |
/videos
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | Google Videos query. |
| num | integer | optional | Number of results to request per page. |
| gl | string | optional | Two-letter country code used for localized results. |
| hl | string | optional | Language code used for localized results. |
| page | integer | optional | Result offset used by Serpdog pagination, such as 0, 10, or 20. |
| lr | string | optional | Document language restriction passed to Google Videos. |
| uule | string | optional | Encoded location parameter passed to Google Videos. |
| duration | string | optional | Relative time filter passed to Google Videos. |
| nfpr | boolean | optional | Whether to exclude results for an auto-corrected query. |
| tbs | string | optional | Advanced search filter string passed to Google Videos. |
| safe | string | optional | Safe search mode passed to Google Videos. |
/autocomplete
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | Google Autocomplete query. |
| gl | string | optional | Two-letter country code used for localized suggestions. |
| hl | string | optional | Language code used for localized suggestions. |