Comment on page
Free APIs
Discover the free resources that will ensure the highest level of success for your project.
As we want to ensure your project will be successful with little development on your side, we developed the following free APIs that will better help you interact with our services.
GET is the only supported HTTP method for the free APIs.
The Locations API returns SERP API supported locations. It can be accessed via
https://locations.webscrapingapi.com/
and its allowed parameters are:Parameter | Type | Description |
---|---|---|
q | string | Searches locations that contain the supplied string |
limit
Required | int | Limit the number of results returned by the API |
A basic URL example for the locations API is:
https://locations.webscrapingapi.com?q=<LOCATION>&limit=<NUMBER>
get
https://locations.webscrapingapi.com
?q=Austin&limit=5
Location API Request Example
The Amazon Helpers API allows you to fetch Amazon Search API supported Categories, Languages and Countries for Amazon Search. It can be accessed via
https://amazon-helpers.webscrapingapi.com/
and the available endpoints are:https://amazon-helpers.webscrapingapi.com/
categories
The allowed parameters for the
categories
endpoint are:Parameter | Type | Description |
---|---|---|
q | string | Searches categories that contain the supplied string. |
limit | int | Limit the number of results returned by the API |
A basic URL example for the
categories
endpoint is:https://amazon-helpers.webscrapingapi.com/categories?q=<NAME>&limit=<NUMBER>
get
https://amazon-helpers.webscrapingapi.com/categories
?q=Baby&limit=10
Amazon Categories API Request Example
https://amazon-helpers.webscrapingapi.com/
countries
A basic URL example for the
countries
endpoint is:https://amazon-helpers.webscrapingapi.com/countries
https://amazon-helpers.webscrapingapi.com/
languages
A basic URL example for the
languages
endpoint is:https://amazon-helpers.webscrapingapi.com/languages
Last modified 1yr ago