# Super Pages Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/super/pages-product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/super-pages-product | ## Description Extract accurate business data from Super Pages listings with our API. Optimize decisions and operations using real-time information. ## 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-product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "name": "Panorama Family Dentistry", "hours": { "Friday": "8:00 AM - 5:00 PM", "Monday": "8:00 AM - 5:00 PM", "Sunday": "Closed", "Tuesday": "8:00 AM - 5:00 PM", "Saturday": "10:00 AM - 2:00 PM", "Thursday": "8:00 AM - 5:00 PM", "Wednesday": "8:00 AM - 5:00 PM" }, "phone": "(818) 924-5100", "rating": 4.5, "address": "9241 Van Nuys Blvd, Panorama City, CA 91402", "reviews": [ { "date": "2023-01-15", "author": "John Doe", "rating": 5, "comment": "Great service and friendly staff!" }, { "date": "2023-02-20", "author": "Jane Smith", "rating": 4, "comment": "Clean facility and professional doctors." } ], "website": "http://www.panoramafamilydental.com", "categories": [ "Dentists", "Cosmetic Dentistry", "Endodontists", "Orthodontists", "Pediatric Dentistry", "Periodontists", "Prosthodontists & Denture Centers" ], "description": "Panorama Family Dentistry provides comprehensive dental services including cosmetic, pediatric, and orthodontic treatments in a comfortable environment." } ``` ## Documentation ## Overview Extract accurate business data from Super Pages listings with our API. Optimize decisions and operations using real-time information. ## Quickstart ``` GET https://api.piloterr.com/v2/super/pages-product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Super Pages Product 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