# PagesJaunes Lyon plumber scraper

**Use case:** 

Extract PagesJaunes plumber listings in Lyon with contact details, addresses, websites, and enriched business data.

## Input

```json
{
  "searchTerms": "plombier",
  "location": "Lyon",
  "maxResults": 75,
  "proxyCountry": "FR"
}
```

## Output

```json
{
  "businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "url": {
    "label": "PagesJaunes URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Pages Jaunes France Business Scraper](https://apify.com/automation-lab/pagesjaunes-france-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/pagesjaunes-france-business-scraper) to learn more, explore other use cases, and run it yourself.