Pages Jaunes Scraper avatar

Pages Jaunes Scraper

Pricing

from $5.20 / 1,000 listing scrapeds

Go to Apify Store
Pages Jaunes Scraper

Pages Jaunes Scraper

Scrape PagesJaunes.fr for French business listings — phone, address, hours, reviews, SIREN numbers. Search by category and location across France.

Pricing

from $5.20 / 1,000 listing scrapeds

Rating

0.0

(0)

Developer

junipr

junipr

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

The only Apify actor for Pages Jaunes (pagesjaunes.fr), France's dominant local business directory with 28+ million businesses. Extract business listings, contact details, opening hours, ratings, and SIREN numbers for any business type across all French cities and regions.

What Data Can You Extract?

FieldDescription
Business nameFull official name
AddressStreet, city, postal code, GPS coordinates
Phone numberPrimary + all listed numbers, French format + normalized
WebsiteBusiness website URL
EmailContact email if listed
Opening hoursFull schedule by day in French + English
RatingAverage rating + review count
SIREN numberFrench business registration number (9 digits)
SIRET numberEstablishment number (14 digits)
CategoriesBusiness categories in French + English equivalents
ReviewsUp to 50 most recent reviews (optional)
PhotosPhoto URLs (optional)
Social linksFacebook, Instagram, Twitter, LinkedIn

How to Use

Basic search:

{
"searchTerms": ["plombier"],
"locations": ["Paris 75001"]
}

Multi-city, multi-category:

{
"searchTerms": ["restaurant", "brasserie"],
"locations": ["Lyon", "Bordeaux", "Marseille"],
"maxResultsPerSearch": 50
}

With full profile data:

{
"searchTerms": ["dentiste"],
"locations": ["Nice"],
"visitProfile": true,
"includeReviews": true,
"includeOpeningHours": true
}

Direct URLs:

{
"businessUrls": [
"https://www.pagesjaunes.fr/pros/12345678"
]
}

Input Configuration

ParameterTypeDefaultDescription
searchTermsstring[]["boulangerie"]Business type or keyword in French
locationsstring[]["Paris"]City, arrondissement, or department
maxResultsPerSearchinteger20Results per search (max 500)
paginatebooleanfalsePaginate through all results pages
sortBystring"relevance"relevance, distance, rating
withWebsitebooleanfalseFilter: only businesses with websites
withReviewsbooleanfalseFilter: only businesses with reviews
minRatingnumbernullMinimum rating (1-5)
includeOpeningHoursbooleantrueExtract opening hours
includeReviewsbooleanfalseExtract reviews (requires profile visit)
visitProfilebooleanfalseVisit each business profile for full data

Output Format

{
"businessId": "12345678",
"name": "Boulangerie Martin",
"url": "https://www.pagesjaunes.fr/pros/12345678",
"address": {
"street": "12 Rue de Rivoli",
"city": "Paris",
"postalCode": "75001",
"coordinates": { "lat": 48.8566, "lng": 2.3522 }
},
"phone": "+33123456789",
"website": "https://boulangeriemartin.fr",
"categories": ["Boulangerie-pâtisserie"],
"categoriesNormalized": ["Bakery"],
"siren": "123456789",
"rating": { "value": 4.5, "count": 127 },
"openingHours": {
"isOpenNow": true,
"schedule": [
{ "day": "lundi", "dayEnglish": "Monday", "slots": [{"open": "07:00", "close": "20:00"}], "isClosed": false }
]
},
"isPremiumListing": false,
"scrapedAt": "2026-03-11T12:00:00.000Z"
}

Use Cases

  • B2B lead generation in France — Build prospect lists for French SMEs
  • Local competitor analysis — Map competitors in any French city
  • Market research — Density analysis of business types across France
  • Vendor sourcing — Find suppliers by region and category
  • Restaurant / hospitality research — Menu, hours, ratings for any area

Pricing

Pay-Per-Event: $0.0026 per listing scraped ($2.60 per 1,000 listings)

Pricing includes all platform compute costs — no hidden fees.

ScenarioListingsCost
One city, one category (20 results)20$0.05
5 cities, 5 categories500$1.00
National search (50 × 100 searches)5,000$10.00
Lead database build (50K listings)50,000$100.00

FAQ

What is Pages Jaunes?

Pages Jaunes (pagesjaunes.fr) is France's national business directory — the French equivalent of Yellow Pages. It lists 28+ million businesses across all sectors and regions of France.

Does it work for all regions of France?

Yes — all French departments, DOM-TOM overseas territories, cities, and arrondissements (Paris 1er-20ème).

What is a SIREN number and why is it useful?

SIREN is the French business registration number (9 digits, issued by INSEE). It uniquely identifies every business entity in France and is required for official communications, credit checks, and B2B verification.

What's the best way to search for businesses in Paris arrondissements?

Use the postal code format: "Paris 75001" for the 1st arrondissement, "Paris 75015" for the 15th, etc.

Can I extract phone numbers for cold calling campaigns?

Yes — phone numbers are extracted in both French format and normalized +33 international format. Check RGPD compliance requirements before cold outreach.

Pages Jaunes is a public business directory. Business contact information is intentionally public. Under French RGPD (Article 6), legitimate business interests support B2B prospecting use cases. Users are responsible for compliance with applicable data protection regulations.