# Scrape railroad & train postcards from HipPostcard

**Use case:** 

Pull railroad/train postcard listings with price, seller, condition and photos for niche resellers. CSV/JSON.

## Input

```json
{
  "keyword": "railroad train postcard",
  "listingType": "all",
  "sortBy": "default",
  "fetchDetails": true,
  "maxLots": 25,
  "monitorMode": false,
  "alertOnNewLot": true,
  "alertOnPriceChange": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 5,
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Listing",
    "format": "string"
  },
  "price": {
    "label": "Price ($)",
    "format": "number"
  },
  "price_type": {
    "label": "Type",
    "format": "string"
  },
  "seller": {
    "label": "Seller",
    "format": "string"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "thumbnail": {
    "label": "Photo",
    "format": "string"
  },
  "lot_url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [HipPostcard Scraper — Postcard Prices, Listings & Sellers](https://apify.com/scrapersdelight/hippostcard-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/hippostcard-scraper) to learn more, explore other use cases, and run it yourself.