# Hipcamp - Campsites and Outdoor Stays in California

**Use case:** 

Find and extract Hipcamp - Campsites and Outdoor Stays in California. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "state": "California",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "rating": {
    "label": "Rating %",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "pricePerNight": {
    "label": "Price/Night",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "amenities": {
    "label": "Amenities"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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