# Collect Roadside America CA attraction media

**Use case:** 

Harvest RoadsideAmerica California attraction image metadata and captions for tourism content enrichment.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.roadsideamerica.com/attract/images/ca/CAKLAtourtree_dk5760.jpg"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "storyId": {
    "label": "Story id"
  },
  "title": {
    "label": "Title"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "venueName": {
    "label": "Venue name"
  },
  "address": {
    "label": "Address"
  },
  "hours": {
    "label": "Hours"
  },
  "phone": {
    "label": "Phone"
  },
  "admission": {
    "label": "Admission"
  },
  "raRatingLabel": {
    "label": "Ra rating label"
  },
  "raRatingValue": {
    "label": "Ra rating value"
  },
  "heroImageUrl": {
    "label": "Hero image url"
  },
  "metaDescription": {
    "label": "Meta description"
  },
  "description": {
    "label": "Description"
  },
  "articleText": {
    "label": "Article text"
  },
  "moreInfoUrl": {
    "label": "More info url"
  },
  "alsoSee": {
    "label": "Also see"
  },
  "nearbyOffbeatPlaces": {
    "label": "Nearby offbeat places"
  },
  "regionPlaces": {
    "label": "Region places"
  }
}
```

## About this Actor

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