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:
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:
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
q
String
Austin
limit*
Integer
5
#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:
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:
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
q
String
Baby
limit
Integer
10
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