Google Shorts API
Using Google Shorts API you can scrape Google Shorts results without worrying about proxy rotation and data parsing. Our API is fast and reliable.
Last updated
Using Google Shorts API you can scrape Google Shorts results without worrying about proxy rotation and data parsing. Our API is fast and reliable.
Last updated
You have to send a GET request to http://api.scrapingdog.com/google_shorts
with the below-given parameters.
Google Shorts API pricing is available .
api_key
required
Your personal API key. Available on your dashboard Type: String
html
This will return the full HTML of the Google page.
Default Value - false
Type - Boolean
query
required
This is a Google query.
Example1 - query=shoes
domain
Default: "google.com"
Type: String
country
Default Value - us
Type - String
uule
It is a parameter that specifies the geographic location or locale for which the search results should be tailored. Possible Value could be w+CAIQIFJlbGF5IFN0YXRlcw==
Type - String
language
Default Value - en
Type - String
lr
Type - String
tbs
to be searched - An advanced parameter to filter search results. Type: String
safe
To filter the adult content set safe
to active
or to disable it set off
.
Type: String [active/off]
Default: off
nfpr
It excludes the result from an auto-corrected query that is spelled wrong. It can be set to 1
to exclude these results or 0
to include them.
Type: Boolean
Default: 0
start
This parameter is used for skipping a particular number of results.
For example - start=12
will skip the first 12 results, start=24
will skip the first 24 results and so on.
To obtain local results from a specific country, for example, for India, it will be "google.co.in," and for the UK, it will be "google.co.uk". For a complete list of supported domains, visit the .
This parameter specifies the country for the Google search using a two-letter country code (e.g., US for the United States, UK for the United Kingdom, or FR for France). For a complete list of supported countries, visit the .
Language of the results. Possible Values - en
, es
, fr
, de
, etc. Visit for a complete list of supported countries.
Limit the search to one or multiple languages. It is used as lang_{language code}
. Visit for a complete list of supported countries.