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.
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 here.
Parameters
Scrapingdog Parameters
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
Search Query
query
required
This is a Google query.
Example1 - query=shoes
Geographic Location and Localization
domain
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 Google domains page.
Default: "google.com"
Type: String
country
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 Google countries page.
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
Language of the results. Possible Values - en
, es
, fr
, de
, etc. Visit Google's languages page for a complete list of supported countries.
Default Value - en
Type - String
lr
Limit the search to one or multiple languages. It is used as lang_{language code}
. Visit Google's lr languages page for a complete list of supported countries.
Type - String
Advanced Filters
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
Pagination
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.
API Example
Response
Last updated