# Super Pages Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/super/pages-search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/super-pages-search | ## Description Extract comprehensive local business data from Super Pages. Optimize marketing, sales, and research with real-time insights. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/super/pages-search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "query": "dentist Los Angeles, CA", "results": [ { "name": "John Doe DDS", "phone": "(123) 456-7890", "rating": 4.5, "address": "123 Main St, Los Angeles, CA 90001", "website": "http://www.johndoedds.com", "review_count": 12 }, { "name": "Jane Smith Dentistry", "phone": "(987) 654-3210", "rating": 4.7, "address": "456 Elm St, Los Angeles, CA 90002", "website": "http://www.janesmithdentistry.com", "review_count": 26 }, { "name": "Smile Bright Dental", "phone": "(555) 123-4567", "rating": 4.9, "address": "789 Oak St, Los Angeles, CA 90003", "website": "http://www.smilebrightdental.com", "review_count": 30 } ], "total_results": 3 } ``` ## Documentation ## Overview Extract comprehensive local business data from Super Pages. Optimize marketing, sales, and research with real-time insights. ## Quickstart ``` GET https://api.piloterr.com/v2/super/pages-search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Super Pages Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Super without maintaining scrapers - Power internal dashboards and workflow automations with live Super data