Run the main search results endpoint documented here: https://www.scaleserp.com/docs/search-api/overview
query
Optional
If using regular search, the query to search for. You can use regular Google syntax like site:stevesie.com
or use keywords, etc…
search_type
Optional
The type of results to return. By default will be Google search results, but can be changed to:
news
images
videos
autocomplete
scholar
places
place_details
place_reviews
place_products
place_posts
shopping
product
time_period
Optional
Specify if you want to limit when the results were published - useful for tracking new search results. Possible values:
last_hour
last_day
last_week
last_month
last_year
data_cid
Optional
Some searches need a data_cid
, provide this here if needed.
data_id
Optional
If using the Google Places Reviews, Products or Posts “Search Type” then you will need to provide a data_id
here. See the Google Maps API for more information on scraping Place IDs, or ScaleSERP’s documentation here: https://www.scaleserp.com/docs/search-api/searches/google/place-reviews
next_page_token
Optional
Use this for pagination to get the next page of results for certain use cases, like Google Maps reviews. Leave blank for the first request.
IMPORTANT: Please do not alter this in workflow settings unless you know what you’re doing!
limit
Optional
How many results to return per page. Maximum is 100, except for Google Places search which is only 20.
location
Optional
Location to search from. Please see official documentation for when using with Google Maps Places Search.
page
Optional
Page number, start at 1, then 2, 3, 4.... This works for most use cases, but some cases require use of the “Next Page Token” instead. If your workflow is having trouble paginating, please see the official docs for help.
Run the main search results endpoint documented here: https://www.scaleserp.com/docs/search-api/overview
/search
?api_key={{ api_key }}&q={{ query }}&page={{ page }}&num={{ limit }}&search_type={{ search_type }}&time_period={{ time_period }}&location={{ location }}&data_id={{ data_id }}&data_cid={{ data_cid }}&next_page_token={{ next_page_token }}
Body
Headers