Go to Apify Store
User picture

Ero100

ero100

I build Amazon KDP publishing scrapers for authors, self-publishers, and research tools — clean, structured data instead of raw HTML.

ACTOR STATS

1 public Actor

2 total users

2 monthly users

>99% runs succeeded

📚 Amazon KDP Publishing Scraper

Structured Amazon KDP / low-content publishing data for authors, self-publishers, and KDP research tools — products, best-seller ranks, prices, reviews, keywords, categories, and bestsellers, in clean JSON.

Built for the book-publishing niche, not generic Amazon scraping.

✨ What it collects

ModeReturns
productsSearch / ASIN detail → title, author, ASIN, BSR, price, reviews
bestsellersBestseller / Movers & Shakers lists with rank
book_scoutReverse-ASIN: a book + its ranking keywords
categoriesKDP category / browse-node data
keywordsAmazon autosuggest keyword expansion

Marketplaces: US · UK · DE · CA · AU (per-marketplace proxy handling).

🎯 Who it's for

  • KDP authors doing niche & keyword research
  • Publishing tools needing an Amazon KDP data feed
  • Anyone tracking BSR / price / review trends on books

📥 Example input

{
"mode": "products",
"marketplace": "amazon_com",
"searchTerms": ["gratitude journal"],
"maxItems": 50,
"kdpOnly": true
}

📤 Example output

{
"asin": "B0XXXXXXXX",
"title": "The 5-Minute Gratitude Journal",
"author": "Example Author",
"bsr": 1234,
"price": 6.99,
"reviews_count": 152,
"marketplace": "amazon_com"
}

⚙️ Options

  • mode — products · bestsellers · book_scout · categories · keywords
  • marketplace — target Amazon marketplace
  • searchTerms / asins / categoryUrls — inputs per mode
  • maxItems — cap on records
  • kdpOnly — Independently published / CreateSpace only

⚖️ Compliance

Public, logged-out pages only. No login, Seller Central, or buyer data. Rate-limited via Apify Proxy. You are responsible for your use of the data.

💬 Support

Open an issue or message me on Apify.

Public Actors