PaperbackSwap Scraper avatar

PaperbackSwap Scraper

Try for free

3 days trial then $10.00/month - No credit card required now

View all Actors
PaperbackSwap Scraper

PaperbackSwap Scraper

epctex/paperbackswap-scraper
Try for free

3 days trial then $10.00/month - No credit card required now

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!

You can access the PaperbackSwap Scraper programmatically from your own applications by using the Apify API. You can 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:

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 1 star
  • 100.0% runs succeeded
  • Created in Apr 2023
  • Modified about 4 hours ago