Fast Pagesjaunes Leads Scraper – Phone, Email [No Proxy] avatar

Fast Pagesjaunes Leads Scraper – Phone, Email [No Proxy]

Pricing

$1.00 / 1,000 leads

Go to Apify Store
Fast Pagesjaunes Leads Scraper – Phone, Email [No Proxy]

Fast Pagesjaunes Leads Scraper – Phone, Email [No Proxy]

💰$1/1k leads. Fast Pagesjaunes leads by keyword or NAF code. Get phones, emails, websites, SIRET/SIREN, and direct listing URLs. No proxy needed.

Pricing

$1.00 / 1,000 leads

Rating

5.0

(1)

Developer

mostafa ennadi

mostafa ennadi

Maintained by Community

Actor stats

1

Bookmarked

73

Total users

27

Monthly active users

13 days ago

Last modified

Share

The PagesJaunes Scraper is a non-official scraper for the French Yellow Pages (pagesjaunes.fr).

⚠️ This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by any French business directory or its parent company. All trademarks mentioned are the property of their respective owners.

Fast and simple scraper for extracting French business leads by keyword and location.
Get company names, phone numbers, emails, websites, addresses, postal codes, cities, profile URLs, and more in structured output.

English | Français

What this Actor does

This Actor searches French online business directories and extracts lead data for a given profession, keyword, city, or postal code.

It is designed for fast lead extraction with a simple input format and clean results that can be exported as JSON, CSV, Excel, XML, or accessed via API.

Typical use cases

  • B2B lead generation in France
  • Local prospecting by city or postal code
  • Building contact lists for outreach
  • Market research by activity and location
  • Enriching business directories and internal tools

Extracted fields

Depending on availability, the Actor can return fields such as:

  • url
  • nom_etablissement
  • rue
  • cp
  • ville
  • email
  • tel
  • site_web
  • naf
  • siret
  • siren
  • coordinates
  • type_etablissement
  • searchTerm
  • location
  • resolvedDep

Some listings may not contain all fields.

Input

Use a simple JSON input.

Example input

{
"searchTerm": "plombier",
"location": "Paris",
"maxResults": 50
}

Input fields

FieldTypeRequiredDescription
searchTermstringYesProfession, business type, or keyword to search
locationstringYesCity, postal code, or area in France
maxResultsnumberNoMaximum number of results to return

Example searches

By city:

  • plombier + Paris
  • electricien + Lyon
  • restaurant + Marseille

By postal code:

  • serrurier + 75015
  • coiffeur + 33000

Output

Example output

[
{
"url": "https://www.pagesjaunes.fr/pros/05358363",
"nom_etablissement": "Ets Gokelaere Plomberie Chauffagiste",
"rue": "61 r Montorgueil 75002 Paris",
"cp": "75002",
"ville": "Paris",
"email": "etsgokelaere@yahoo.fr",
"tel": "0142336493",
"site_web": "https://etsgokelaere.fr",
"naf": "4322A",
"siret": "81523468700011",
"siren": "815234687",
"coordinates": "2.34693,48.865669",
"type_etablissement": "plombiers",
"searchTerm": "plombier",
"location": "Paris",
"resolvedDep": "75"
}
]

How it works

  1. Enter a keyword or profession in searchTerm
  2. Enter a city or postal code in location
  3. Set maxResults
  4. Run the Actor
  5. Export or use the dataset through the API

Export formats

  • JSON
  • CSV
  • Excel
  • XML

API usage

JavaScript

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({
token: process.env.APIFY_TOKEN,
});
const input = {
searchTerm: 'plombier',
location: 'Paris',
maxResults: 50,
};
const run = await client.actor('mostafa-ennadi/fast-pagesjaunes-france-business-leads-scraper-no-proxy').call(input);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
import os
client = ApifyClient(os.getenv("APIFY_TOKEN"))
run_input = {
"searchTerm": "plombier",
"location": "Paris",
"maxResults": 50
}
run = client.actor("mostafa-ennadi/fast-pagesjaunes-france-business-leads-scraper-no-proxy").call(run_input)
items = client.dataset(run["defaultDatasetId"]).list_items().items
print(items)

Notes

  • This Actor extracts only publicly visible data.
  • Some businesses may not have email, website, SIRET, SIREN, NAF, or coordinates available.
  • Search results depend on the keyword and location provided.
  • Very large or repeated runs may be affected by target website behavior.

Why use this Actor

  • Fast execution
  • Simple input
  • Structured lead data
  • Easy export
  • API-friendly output
  • Useful for local business prospecting in France

Support

If you need a custom version, extra fields, filtering options, or API adjustments, feel free to contact me through Apify.

Use this Actor responsibly and make sure your usage complies with applicable laws, regulations, and the target website's terms.

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by any French business directory or its parent company. All trademarks mentioned are the property of their respective owners.


Francais

⚠️ Cet Actor est un outil indépendant et n'est pas affilié, approuvé ou sponsorisé par un annuaire professionnel français ou sa société mère. Toutes les marques mentionnées sont la propriété de leurs détenteurs respectifs.

Scraper rapide et simple pour extraire des leads professionnels en France par mot-clé et localisation.
Récupérez les noms d'entreprises, téléphones, emails, sites web, adresses, codes postaux, villes, URLs de fiches, et plus encore dans un format structuré.

Ce que fait cet Actor

Cet Actor recherche dans les annuaires professionnels français en ligne et extrait les données d'entreprises pour une profession, un mot-clé, une ville ou un code postal.

Il est conçu pour une extraction rapide de leads avec un format d'entrée simple et des résultats propres, exportables en JSON, CSV, Excel, XML ou utilisables via API.

Cas d'usage

  • Génération de leads B2B en France
  • Prospection locale par ville ou code postal
  • Création de listes de contacts
  • Études de marché par activité et zone géographique
  • Enrichissement d'outils internes ou d'annuaires

Champs extraits

Selon la disponibilité, l'Actor peut retourner des champs comme :

  • url
  • nom_etablissement
  • rue
  • cp
  • ville
  • email
  • tel
  • site_web
  • naf
  • siret
  • siren
  • coordinates
  • type_etablissement
  • searchTerm
  • location
  • resolvedDep

Certaines fiches peuvent ne pas contenir tous les champs.

Entrée

Exemple d'entrée

{
"searchTerm": "plombier",
"location": "Paris",
"maxResults": 50
}

Champs d'entrée

ChampTypeObligatoireDescription
searchTermstringOuiProfession, activité ou mot-clé à rechercher
locationstringOuiVille, code postal ou zone en France
maxResultsnumberNonNombre maximum de résultats à retourner

Formats d'export

  • JSON
  • CSV
  • Excel
  • XML

Utilisez cet Actor de manière responsable et assurez-vous que votre usage respecte les lois applicables, les réglementations et les conditions du site cible.

Cet Actor est un outil indépendant et n'est pas affilié, approuvé ou sponsorisé par un annuaire professionnel français ou sa société mère. Toutes les marques mentionnées sont la propriété de leurs détenteurs respectifs.