PagesJaunes Page Info
Retrieve detailed business information from a PagesJaunes page, including contact details, opening hours, services, payment methods, and SIREN number.
Credit cost: 1 credit per call
Authorization
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Query Parameters
query*string
A PagesJaunes business page URL or business ID.
Examples:
https://www.pagesjaunes.fr/pros/56824689Both the full PagesJaunes URL and the numeric business ID are accepted.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.piloterr.com/v2/pagesjaunes/page/info?query=string"{
"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"
]
}{
"error": "Bad Request"
}{
"error": "Invalid API Key"
}{
"error": "Payment required"
}{
"error": "Rate limit exceeded for the API key: quota monthly"
}{
"error": "Internal Error"
}