# Textiles Buyer Requirements in India

**Use case:** 

Extract textiles buyer inquiries from ExportersIndia. Access current leads.

## Input

```json
{
  "searchQueries": [
    "textiles"
  ],
  "countries": [
    "in"
  ],
  "maxRequirements": 50,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "title": {
    "label": "Requirement",
    "format": "text"
  },
  "quantity": {
    "label": "Quantity",
    "format": "text"
  },
  "buyerName": {
    "label": "Buyer",
    "format": "text"
  },
  "buyerPhone": {
    "label": "Phone",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ExportersIndia Buyer Requirements & Buy Leads Scraper](https://apify.com/scrapers_lat/exportersindia-buyers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/exportersindia-buyers-scraper) to learn more, explore other use cases, and run it yourself.