# PagesJaunes.fr Comprehensive Business Data

**Use case:** 

Scrape PagesJaunes.fr. Search/URL. Get contact details, ratings, reviews, hours, payment methods & category hierarchy for French businesses.

## Input

```json
{
  "mode": "search",
  "searchTerms": "plombier",
  "location": "Paris",
  "urls": [
    {
      "url": "https://www.pagesjaunes.fr/annuaire/chercherlespros?quoiqui=plombier&ou=Paris"
    }
  ],
  "maxPages": 0,
  "maxListings": 20,
  "scrapeDetails": true,
  "maxConcurrency": 5,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "activities": {
    "label": "Activities",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "detailUrl": {
    "label": "PagesJaunes Page",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [PagesJaunes FR $0.8/1K Comprehensive Business Data](https://apify.com/abotapi/pagesjaunes-fr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/pagesjaunes-fr-scraper) to learn more, explore other use cases, and run it yourself.