# Scrape Atlanta food truck leads & data

**Use case:** 

Pull Atlanta, GA mobile caterers with cuisines, ratings, booking counts, website & socials. Export-ready CSV/JSON.

## Input

```json
{
  "cities": [
    "atlanta-ga"
  ],
  "maxItems": 25,
  "enrichDetails": true,
  "concurrency": 8,
  "monitorMode": false,
  "alertOnNewTruck": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "name": {
    "label": "Truck / Caterer",
    "format": "string"
  },
  "cuisines": {
    "label": "Cuisines",
    "format": "array"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "average_rating": {
    "label": "Rating",
    "format": "number"
  },
  "total_bookings": {
    "label": "Bookings",
    "format": "integer"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "instagram": {
    "label": "Instagram",
    "format": "string"
  },
  "profile_url": {
    "label": "Roaming Hunger",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Roaming Hunger Food Truck Scraper — Leads, Cuisines & Contacts](https://apify.com/scrapersdelight/roaminghunger-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/roaminghunger-scraper) to learn more, explore other use cases, and run it yourself.