Skip to main content
POST
/
api
/
pagesjaunes
/
businesses
/pagesjaunes/businesses
curl --request POST \
  --url https://api.anysite.io/api/pagesjaunes/businesses \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "business": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "name": "<string>",
    "@type": "PagesJaunesBusiness",
    "business_type": "<string>",
    "description": "<string>",
    "phone": "<string>",
    "phones": [],
    "address": {
      "@type": "PagesJaunesAddress",
      "street": "<string>",
      "postal_code": "<string>",
      "city": "<string>",
      "country": "<string>"
    },
    "latitude": 123,
    "longitude": 123,
    "rating": 123,
    "review_count": 123,
    "partner_ratings": [],
    "price_range": "<string>",
    "cuisine": "<string>",
    "payment_methods": [],
    "image": "<string>",
    "images": [],
    "website_url": "<string>",
    "socials": {},
    "schedule": [],
    "activities": [],
    "legal": {
      "@type": "PagesJaunesLegalInfo",
      "siren": "<string>",
      "siret": "<string>",
      "naf_code": "<string>",
      "legal_form": "<string>",
      "creation_date": "<string>",
      "establishment_workforce": "<string>",
      "company_workforce": "<string>",
      "establishment_type": "<string>",
      "other_names": "<string>"
    },
    "ai_aspects": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
business
string
required

PagesJaunes business id, or the full /pros/{id} URL

Minimum string length: 1
Example:

"51616827"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
url
string
required
name
string
required
@type
string
default:PagesJaunesBusiness
business_type
string | null
description
string | null
phone
string | null
phones
string[]
address
object
latitude
number | null
longitude
number | null
rating
number | null
review_count
integer | null
partner_ratings
object[]
price_range
string | null
cuisine
string | null
payment_methods
string[]
image
string | null
images
string[]
website_url
string | null
socials
object
schedule
object[]
activities
string[]
ai_aspects
object[]