# MercadoLibre Email and Phone Scraper

**Use case:** 

Find public phone numbers and emails from MercadoLibre sellers. Search appliance stores in Mexico and save up to 10 contacts.

## Input

```json
{
  "target": "keywords",
  "keywords": [
    "appliance stores"
  ],
  "country": "MX",
  "maxItems": 10
}
```

## Output

```json
{
  "phoneNumbers": {
    "label": "Phone numbers",
    "format": "array"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "businessName": {
    "label": "Business name",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller name",
    "format": "string"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "string"
  },
  "listingTitle": {
    "label": "Listing title",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State or region",
    "format": "string"
  },
  "countryCode": {
    "label": "Country code",
    "format": "string"
  },
  "sellerReputation": {
    "label": "Seller reputation",
    "format": "string"
  },
  "completedSales": {
    "label": "Completed sales",
    "format": "integer"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "discoveryInput": {
    "label": "Discovery input",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [MercadoLibre Phone Number Scraper](https://apify.com/maximedupre/mercadolibre-phone-number-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/mercadolibre-phone-number-scraper) to learn more, explore other use cases, and run it yourself.