SearchApi integration (Data, Location). Imported from open-connector.
https://www.searchapi.io/me
/search
| Param | Type | Required | Description |
|---|---|---|---|
| engine | string | required | Search engine identifier accepted by SearchApi. |
| q | string | required | Search query sent to SearchApi. |
| location | string | optional | Canonical search location accepted by SearchApi. |
| gl | string | optional | Two-letter country code used for localized results. |
| hl | string | optional | Two-letter language code used for localized results. |
| lr | string | optional | Document language restriction sent to SearchApi. |
| cr | string | optional | Country restriction sent to SearchApi. |
| num | integer | optional | Maximum number of results to request. |
| page | integer | optional | Result page number for pagination. |
| safe | string | optional | Safe search mode sent to SearchApi. |
| uule | string | optional | Google encoded location parameter sent to SearchApi. |
| kgmid | string | optional | Knowledge Graph identifier sent to SearchApi. |
| device | string | optional | Device type used for the search request. |
| filter | integer | optional | Duplicate filtering mode sent to SearchApi. |
| nfpr | integer | optional | Whether to exclude auto-corrected results. |
| googleDomain | string | optional | Google domain override sent to SearchApi. |
| timePeriod | string | optional | Relative date filter sent to SearchApi. |
| timePeriodMin | string | optional | Custom date range start in MM/DD/YYYY format. |
| timePeriodMax | string | optional | Custom date range end in MM/DD/YYYY format. |
| optimizationStrategy | string | optional | Optimization strategy sent to SearchApi. |
| zeroRetention | boolean | optional | Whether SearchApi should disable logging for the request. |
/locations
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | required | Search query used to match locations. |
| limit | integer | optional | Maximum number of location matches to return. |
| zeroRetention | boolean | optional | Whether SearchApi should disable logging for the request. |
/api/v1/
| Param | Type | Required | Description |
|---|---|---|---|
| searchId | string | optional | Search identifier returned by SearchApi. |