# ThriftBooks Harry Potter listings scraper

**Use case:** 

Extract public ThriftBooks Harry Potter listings with used-book price, condition, ISBN, format, and availability.

## Input

```json
{
  "searchQueries": [
    "harry potter"
  ],
  "startUrls": [],
  "maxItems": 20,
  "maxPagesPerInput": 1
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "isbn": {
    "label": "ISBN",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "price": {
    "label": "Price (USD)",
    "format": "number"
  },
  "listPrice": {
    "label": "List price (USD)",
    "format": "number"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "image"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "searchUrl": {
    "label": "Source search URL",
    "format": "link"
  },
  "sourceTimestamp": {
    "label": "Source timestamp",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ThriftBooks Used Book Listings Scraper](https://apify.com/automation-lab/thriftbooks-used-book-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/thriftbooks-used-book-listings-scraper) to learn more, explore other use cases, and run it yourself.