SerpApi integration (Data, Location). Imported from open-connector.
https://serpapi.com/search.json
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | Search query for Google web search. |
| location | string | optional | Location used by SerpApi to localize results. |
| hl | string | optional | Language code for localized results. |
| gl | string | optional | Country code for localized results. |
| start | integer | optional | Zero-based result offset for pagination. |
| num | integer | optional | Maximum number of results to return. |
| safe | string | optional | Safe search setting passed to SerpApi. |
/search.json
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | Search query for Google News search. |
| hl | string | optional | Language code for localized news results. |
| gl | string | optional | Country code for localized news results. |
| start | integer | optional | Zero-based result offset for pagination. |
| so | string | optional | Sorting option passed to Google News through SerpApi. |
/search.json
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | Search query for Google Maps search. |
| ll | string | optional | Latitude and longitude search context formatted for SerpApi. |
| hl | string | optional | Language code for localized maps results. |
| gl | string | optional | Country code for localized maps results. |
| start | integer | optional | Zero-based result offset for pagination. |