search.landing_pages
Identify landing pages that convert from organic search by combining Search Console clicks, impressions, and average position with actual conversions and sessions.
Instructions
The pre-click → post-click join: Search Console metrics per landing page, joined to what those organic-search visitors actually did. For each page that gets search traffic, returns clicks / impressions / average position (from Search Console) alongside organic_sessions and conversions (from Clamp's own data). This answers the question Search Console alone can't: not "which pages get search clicks" but "which search traffic actually converts".
The join is page-level by necessity — Google strips the search query after the click, so conversions attribute to the landing PAGE, not to a specific query. conversion_event defaults to "signup_completed"; set it to whatever event marks a conversion for this project.
Use for "which search pages convert", "are our top-ranking pages actually working", "where is search traffic leaking".
Examples:
"which pages get search clicks but don't convert" → read
pages, find high clicks + low conversions"do our docs pages convert organic search" → scan
pagesfor /docs paths"conversions from search on /pricing" → conversion_event set, find the /pricing row
Limitations: page-level only — query→conversion cannot be attributed (see above). Search Console pages are matched to Clamp landing pages by URL path, so pages differing only by query string may not line up. organic_sessions counts sessions whose ENTRY channel is organic search. Requires a connected Search Console property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return (1-50). Defaults to 10. | |
| period | No | Time period. Use "today", "yesterday", "7d", "30d", "90d", or a custom range as "YYYY-MM-DD:YYYY-MM-DD" (e.g. "2026-01-01:2026-03-31"). Defaults to "30d". | |
| project_id | No | Target project ID (e.g. "proj_abc123"). Required when the credential has access to multiple projects. If omitted and only one project is accessible, that project is used automatically. Call `projects.list` to discover available project IDs. | |
| conversion_event | No | Event name that counts as a conversion. Default "signup_completed". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | Yes |