# PagesJaunes Page Info ## Overview | Property | Value | |----------|-------| | **Status** | active | | **Method** | `GET` | | **Endpoint** | `/v2/pagesjaunes/page/info` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/pagesjaunes-page-info | ## Description Retrieve detailed business information from a PagesJaunes page, including contact details, opening hours, services, payment methods, and SIREN number. ## 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/pagesjaunes/page/info' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Get PagesJaunes page for dentist Agustin Mayo ```json { "url": "https://www.pagesjaunes.fr/pros/56824689", "name": "Agustin Mayo", "phone": "05 61 53 77 35", "address": "13 place Lafourcade 31400 Toulouse", "activity": "Chirurgien-dentiste", "services": [ "détartrage dentaire", "radiologie dentaire", "sur rendez-vous", "blanchiment", "endodontie", "implantologie dentaire", "urgences dentaires" ], "websites": [ { "url": "https://www.facebook.com/dentistetoulouse/", "type": "facebook" }, { "url": "https://www.docteurmayo.fr", "type": "website" } ], "business_info": { "siren": "839625662", "forme_juridique": "5785", "effectif_entreprise": "3 à 5 salariés", "creation_d_entreprise": "2 janvier 2018" }, "opening_hours": [ { "day": "Lundi", "hours": "09h00 - 18h00" }, { "day": "Mardi", "hours": "09h00 - 18h00" }, { "day": "Mercredi", "hours": "09h00 - 18h00" }, { "day": "Jeudi", "hours": "09h00 - 18h00" }, { "day": "Vendredi", "hours": "09h00 - 18h00" } ], "payment_methods": [ "Espèces", "Visa", "CB", "Paypal", "Mastercard", "Virement bancaire" ] } ``` ## Documentation ## Overview The PagesJaunes Page Info endpoint retrieves complete details from any PagesJaunes business listing, including contact details, opening hours, services, and legal information. ## Quickstart ``` GET https://api.piloterr.com/v2/pagesjaunes/page/info?query=https://www.pagesjaunes.fr/pros/56824689 ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | PagesJaunes business URL or numeric ID | ## Response fields | Field | Type | Description | |---|---|---| | `name` | string | Business name | | `phone` | string | Phone number | | `address` | string | Full address | | `activity` | string | Business category | | `services` | array | Offered services | | `opening_hours` | array | Hours per day | | `business_info.siren` | string | SIREN number | ## Notes - Accepts full URL or numeric business ID. - SIREN from official French registries. ## Main use cases - Enrich French B2B lead data with PagesJaunes contact information - Build prospecting tools targeting local French businesses - Track changes in business hours and services - Validate French company data using SIREN numbers