Retrieves up to 100,000 domains and URLs from Google's top 100 organic search results for a keyword and region, returning a raw string; use `display_date` in 'YYYYMM15' format (day must be '15') for historical data.
phraseRequiredstringKeyword or phrase to get Google's top 100 organic search results for.
databaseRequiredstringRegional database to query (e.g., 'us' for United States).
display_datestringDate in 'YYYYMM15' format (e.g., '20231215') for historical data of a past month; day must be '15'. Omit for most recent data.
display_limitintegerMaximum number of results. API defaults to 10,000 if set to 0 or omitted by client. Max is 100,000.
export_decodeintegerSet to 1 for a plain URL-decoded response string, 0 for URL-encoded.
export_escapeintegerSet to 1 to wrap output columns in double quotation marks ("), 0 to not wrap.
display_offsetintegerNumber of initial results to skip for pagination. Use with `display_limit` for results beyond the initial fetch.
export_columnsarrayList of column codes to include. See `ExportColumnsEnum` for codes. Defaults to all columns if omitted.
positions_typestringType of search results: 'organic' for traditional results, or 'all' to include SERP Features. If 'all', 'Pt' column indicates SERP feature code or '-1' for organic.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action