Piloterr

PagesJaunes Page Info

PagesJaunes Page Info via API.

Credit cost: 1 credit per call

GET
/v2/pagesjaunes/page/info

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*number

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=0"
[
  {
    "name": "Example",
    "value": {
      "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",
        "parodontie",
        "implantologie dentaire",
        "urgences dentaires",
        "facettes",
        "couronnes céramo-ceramiques",
        "chirurgie dentaire",
        "soin bucco-dentaire",
        "pédodontie",
        "blanchiment dentaire",
        "scanner dentaire",
        "radiologie panoramique",
        "urgence dentaire",
        "implant dentaire",
        "couronne céramique"
      ],
      "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",
        "autres_denominations": "Chirurgien dentiste Agustin Mayo",
        "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",
        "Prélèvement bancaire",
        "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"
}