Fetches a report on a domain's unique organic pages ranking in Google's top 100 search results, with options for specifying database, date, columns, sorting, and filtering. Response is semicolon-separated CSV text in a single `data` field requiring explicit parsing. The literal…
domainRequiredstringDomain name to analyze (e.g., 'example.com').
databaseRequiredstringRegional database for analysis (e.g., 'us', 'gb', 'de'). See Semrush API docs for full list.
display_datestringDate for historical data report in YYYYMM15 format (e.g., '20231015'). If omitted, uses most recent data. Day component MUST be 15; any other day value will not return historical data correctly.
display_sortstringColumn and order for sorting results (e.g., 'pc_desc' for traffic share descending).
display_limitintegerMaximum number of results to return. For more than 100,000, use with `display_offset`. Large domains may exceed 10,000 rows; results are silently truncated at `display_limit`. Paginate by incrementing `display_offset` until fewer rows than `display_limit` are returned. Avoid unn…
export_decodeintegerSet to 0 for URL-encoded response, 1 for decoded (non-converted) response.
export_escapeintegerSet to 1 to wrap report columns in double quotation marks ("), 0 to disable.
display_filterarrayColumns from `DomainOrganicPagesFilterType` to filter results by. If empty, no column-specific filters are applied.
display_offsetintegerNumber of results to skip (for pagination with `display_limit`).
export_columnsarrayColumns to include in the report. If omitted, all columns from `DomainOrganicPagesExportColumns` are returned.
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
No published Skills explicitly reference this Action yet.