# Regular ParkMe Parking

**Use case:** 

Extract ParkMe Parking data filtered by Regular. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "city": "New York, NY",
  "rateRequest": "R",
  "duration": 60,
  "entryTime": "2026-03-01T09:00"
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "buildingAddress": {
    "label": "Building Address",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "rateCard": {
    "label": "Rate Card",
    "format": "array"
  },
  "calculatedRate": {
    "label": "Calculated Rate",
    "format": "number"
  },
  "structuredRates": {
    "label": "Structured Rates",
    "format": "array"
  },
  "ratesSummary": {
    "label": "Rates Summary",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "operator": {
    "label": "Operator",
    "format": "string"
  },
  "operatorNote": {
    "label": "Operator Note",
    "format": "string"
  },
  "amenities": {
    "label": "Amenities",
    "format": "array"
  },
  "paymentTypes": {
    "label": "Payment Types",
    "format": "array"
  },
  "spacesTotal": {
    "label": "Total Spaces",
    "format": "number"
  },
  "handicapSpacesTotal": {
    "label": "Handicap Spaces",
    "format": "number"
  },
  "occupancy": {
    "label": "Occupancy",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "reviewScore": {
    "label": "Review Score",
    "format": "number"
  },
  "hours": {
    "label": "Hours",
    "format": "string"
  },
  "hoursOfOperation": {
    "label": "Hours Of Operation",
    "format": "string"
  },
  "lotType": {
    "label": "Lot Type",
    "format": "string"
  },
  "lotCategory": {
    "label": "Lot Category",
    "format": "string"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "reservations": {
    "label": "Reservations",
    "format": "boolean"
  },
  "policies": {
    "label": "Policies",
    "format": "array"
  },
  "distance": {
    "label": "Distance",
    "format": "number"
  },
  "subtitleOne": {
    "label": "Subtitle One",
    "format": "string"
  },
  "subtitleTwo": {
    "label": "Subtitle Two",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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