# Manta Business Directory in Texas

**Use case:** 

Find and extract Manta Business Directory in Texas. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "search": "restaurant",
  "location": "Texas",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Logo",
    "format": "image"
  },
  "businessName": {
    "label": "🏢 Business",
    "format": "text"
  },
  "category": {
    "label": "📂 Category",
    "format": "text"
  },
  "address": {
    "label": "🏠 Address",
    "format": "text"
  },
  "city": {
    "label": "🌆 City",
    "format": "text"
  },
  "state": {
    "label": "🗺 State",
    "format": "text"
  },
  "zip": {
    "label": "📮 ZIP",
    "format": "text"
  },
  "phone": {
    "label": "📞 Phone",
    "format": "text"
  },
  "website": {
    "label": "🌐 Website",
    "format": "link"
  },
  "employees": {
    "label": "👥 Employees",
    "format": "text"
  },
  "revenue": {
    "label": "💰 Revenue",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "url": {
    "label": "🔗 Manta URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Manta Business Directory Scraper](https://apify.com/parseforge/manta-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/manta-scraper) to learn more, explore other use cases, and run it yourself.