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.
#1: Locations API
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 |
---|---|---|
|
| Searches locations that contain the supplied string |
|
| Limit the number of results returned by the API |
A basic URL example for the locations API is:
Location API Request Example
GET
https://locations.webscrapingapi.com?q=Austin&limit=5
GET
the first 5 available locations which include Austin
in their name.
Query Parameters
Name | Type | Description |
---|---|---|
q | String |
|
limit* | Integer |
|
#2: Amazon Helpers API
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 |
---|---|---|
|
| Searches categories that contain the supplied string. |
|
| Limit the number of results returned by the API |
A basic URL example for the categories
endpoint is:
Amazon Categories API Request Example
GET
https://amazon-helpers.webscrapingapi.com/categories?q=Baby&limit=10
GET
the first 10 available Amazon Categories which include Baby
in their name.
Query Parameters
Name | Type | Description |
---|---|---|
q | String |
|
limit | Integer |
|
https://amazon-helpers.webscrapingapi.com/
countries
A basic URL example for the countries
endpoint is:
https://amazon-helpers.webscrapingapi.com/
languages
A basic URL example for the languages
endpoint is:
Last updated