# Panaderías en Ciudad de México - Listado de Contactos

**Use case:** 

Accede a datos de panaderías en Ciudad de México, incluyendo teléfonos y direcciones.

## Input

```json
{
  "searchQueries": [
    "panaderías"
  ],
  "cities": [
    "Ciudad de Mexico"
  ],
  "maxBusinesses": 40,
  "fetchDetails": true,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "category": {
    "label": "Category / Giro",
    "format": "text"
  },
  "colonia": {
    "label": "Colonia",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "postalCode": {
    "label": "CP",
    "format": "text"
  },
  "listingUrl": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Mexico Business Directory Scraper - Phone & Address Leads](https://apify.com/scrapers_lat/mexico-companies-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/mexico-companies-directory-scraper) to learn more, explore other use cases, and run it yourself.