Skip to main content
AI Studio  add-on for Spider.
smashwords.com · HTTP 200

Smashwords Scraper

Spider read smashwords.com in 1.2 s without a browser and returned 287 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response smashwords.com/list.md markdown · 287 lines
For clients desiring custom EPUB and Kindle files, can do sidebars, pull-quotes, wraparound imageshanging indents (bibliographies) and bullet-point lists, tables, embedded fonts, and output to EPUB3.Turnaround time is 4 business days. Rush service (12-hour turnaround) is available. Request quote.Shelley Glasow, [[emailprotected]](https://www.smashwords.com/cdn-cgi/l/email-protection)Standard $35: Unlimited words, hyperlinksUltimate $75: Above plus images (35), footnotes (100), detailed/complex, PDFGuaranteed. References. Any file to .EPUB or .DOC$50 per title. Price includes a linked ToC, limited footnotes/endnotes, hyperlinks, and up to 5 embedded images. Email your file for a quote. I aim to provide quick turnaround.http://gopublished.blogspot.com/[[emailprotected]](https://www.smashwords.com/cdn-cgi/l/email-protection#5e2e28323b38312c393b1e39333f3732703d3133)Short Stories and chapbooks: $35.Novels up to 100,000 words and poetry up to 100 pp: $75.Illustrations, footnotes, and complex lines may cost extra. Email your Word file for an estimate.Fast detail-oriented work by technology pro. Linked TOC, advice on Title/Copyright/Author pages standard. Fiction preferred. Starting at $75, rate varies based on multiple factors including complexity and rush jobs.$60 up to 50,000 words, $75 for over 50,000.Includes linked table of contents and embedded images.Premium Catalog guaranteed. References available. No horror or erotic.http://www.UCSPress.com/about-1.htmlFiction preferred, all genres welcome. $25 - $60 up to 80k words. Longer or more complex: query. Linked ToC included. Quick turnaround. Premium Catalog guaranteed. http://adarnedgoodbook.com/[[emailprotected]](https://www.smashwords.com/cdn-cgi/l/email-protection) (website - http://triomarketers.com)Each includes linked TOC - up to 15 entries
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on smashwords.com.

smashwords-com-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://smashwords.com");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategoryRatingWebsite

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What smashwords.com costs to scrape.

The capture above cost $0.000019 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://www.smashwords.com/list", "return_format": "markdown"}'

More Directories scrapers.

Start scraping smashwords.com.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.