Bing
Bing can be targeted either using direct URL or by using the query parameter to the Bing search bar.
bing
Retrieve results from any Bing service.
Parameter | Type | Required | Description |
---|---|---|---|
url | string | ✅ | A Bing service url. Additional parameters can be specified in the URL itself. |
parse | boolean | Automatically parse content. | |
geo | string | Geolocation must follow pattern city,region,country .Example: Albany,New York,United States . | |
other... |
bing_search
Retrieve results from Bing Search.
Parameter | Type | Required | Description |
---|---|---|---|
query | string | ✅ | Search query. |
parse | boolean | Automatically parse content. | |
geo | string | Geolocation must follow pattern city,region,country .Example: Albany,New York,United States . | |
other... |
Updated about 2 months ago