PaperbackSwap Scraper avatar
PaperbackSwap Scraper

Pricing

$10.00/month + usage

Go to Store
PaperbackSwap Scraper

PaperbackSwap Scraper

Developed by

epctex

epctex

Maintained by Community

Get information on books right away from PaperBack Swap! Get title, prices, rating, ISBN13, ISBN10, publisher, and a lot more are waiting for you. Use any filter, search anything, and retrieve your results without any limits. Get it with JSON, XML, Excel, CSV, or many other options. Super fast!

0.0 (0)

Pricing

$10.00/month + usage

1

Total users

4

Monthly users

1

Runs succeeded

>99%

Last modified

7 hours ago

You can access the PaperbackSwap Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    "https://www.paperbackswap.com/5th-Wave-Bk-Rick-Yancey/book/0142425834/",
4    "https://www.paperbackswap.com/Pulitzer-Prize/award/2/?g=History",
5    "https://www.paperbackswap.com/Mark-Sanborn/author/",
6    "https://www.paperbackswap.com/Christian-Fiction/tag/2043/?l=10&ls=10"
7  ],
8  "search": "harry potter",
9  "maxItems": 20,
10  "endPage": 1,
11  "extendOutputFunction": "($) => { return {} }",
12  "customMapFunction": "(object) => { return {...object} }",
13  "proxy": {
14    "useApifyProxy": true
15  }
16}' |
17apify call epctex/paperbackswap-scraper --silent --output-dataset

PaperbackSwap Scraper API through CLI

The Apify CLI is the official tool that allows you to use PaperbackSwap Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: