get_url_summary_traff
Analyze organic traffic and keyword statistics for website pages matching a specific URL pattern to identify performance trends and optimization opportunities.
Instructions
Returns traffic and keyword statistics for website pages that match a specific URL mask. Shows organic traffic and number of keywords found for URLs matching the given pattern. HIGH-COST METHOD - EXPLICIT CONFIRMATION REQUIRED. Before executing, inform the user:
This operation will cost 1000-2000 credits. API COST: 1000 credits per each of traffic|keywords output parameter
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| se | Yes | Search database ID | g_us |
| domain | Yes | The domain for which to retrieve traffic and keyword data | |
| urlContains | Yes | URL pattern to filter results. Must be at least 3 characters long. Method finds all URLs containing this substring and aggregates statistics. Examples: '/blog/' matches all blog pages, '/products/' matches product section, '/en/' matches English version. Cannot use '/' alone. | |
| output_data | No | Specify which data to return. 'traffic' returns only traffic estimates (1000 credits). 'keywords' returns only keyword counts (1000 credits). If not specified, returns both traffic and keywords (2000 credits). Specify this parameter unless both metrics are required. |