VOOZH about

URL: https://apify.com/crawlerbros/us-election-data-scraper

โ‡ฑ US Election Data Scraper ยท Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

US Election Data Scraper

Search US elections, candidates, and ballot measures via the Wikipedia MediaWiki API - free, no auth or proxy required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

15 days ago

Last modified

Share

Open Library Scraper

Scrape Open Library โ€” Internet Archive's open catalog of 50M+ books. Search by title / author / subject, fetch by ISBN or work ID, get full bibliographic metadata, cover images, edition counts, and full-text availability. HTTP-only via the public openlibrary.org JSON API. No auth, no proxy.

What this actor does

  • Four modes: search, byIsbn, byWorkIds, byAuthorIds
  • Universal IDs: OpenLibrary work IDs, ISBN-10, ISBN-13, author IDs
  • Filters: publication year range, min edition count, language, full-text availability
  • Cover images: auto-builds CDN URLs at S/M/L sizes
  • Empty fields are omitted

Output per book

  • workId โ€” OpenLibrary work key (e.g. OL27482W)
  • title, subtitle, description
  • firstPublishYear, editionCount
  • authors[], primaryAuthor, authorIds[]
  • subjects[], subjectPlaces[], subjectPeople[], subjectTimes[]
  • languages[] โ€” 3-letter ISO codes
  • isbn10[], isbn13[] โ€” capped at 5 each
  • coverUrl โ€” large cover via covers.openlibrary.org CDN
  • hasFulltext, publicScan, ebookAccess
  • openLibraryUrl
  • recordType: "book", scrapedAt

Input

FieldTypeDefaultDescription
modestringsearchsearch / byIsbn / byWorkIds / byAuthorIds
searchQuerystringthe lord of the ringsFree-text query
queryAuthorstringโ€“Constrain to author
querySubjectstringโ€“Constrain to subject
isbnsarrayโ€“ISBNs (mode=byIsbn)
workIdsarrayโ€“Work IDs (mode=byWorkIds)
authorIdsarrayโ€“Author IDs (mode=byAuthorIds)
publishYearMinintโ€“Drop works before this year
publishYearMaxintโ€“Drop works after this year
minEditionCountintโ€“Drop works with fewer editions
languagestringโ€“3-letter ISO (e.g. eng, fre)
includeFulltextOnlyboolfalseOnly emit works with full-text on Internet Archive
maxItemsint50Hard cap (1โ€“1000)

Example: classic fantasy with full-text scans

{
"mode":"search",
"searchQuery":"fantasy",
"publishYearMin":1900,
"publishYearMax":2000,
"minEditionCount":10,
"includeFulltextOnly":true
}

Example: lookup by ISBN

{
"mode":"byIsbn",
"isbns":["9780261103573","9780261102217","0-261-10357-X"]
}

Example: all of an author's works

{
"mode":"byAuthorIds",
"authorIds":["OL26320A"],
"maxItems":200
}

Use cases

  • Library systems โ€” bulk-import metadata from Open Library by ISBN
  • Edtech โ€” discover books by subject for curriculum design
  • Content discovery โ€” find books by author / subject / time period
  • Recommendation engines โ€” feed Open Library subject taxonomy into your recommender
  • Publishing intelligence โ€” track edition counts to gauge popularity
  • Academic research โ€” bulk-export a subject's bibliographic record

FAQ

What's Open Library? An open, editable, library-grade catalog from Internet Archive. ~50M books, ~10M authors, free for any use. See openlibrary.org.

Is there a rate limit? Generous; no documented hard cap for normal scraping. The actor uses small delays to be polite.

What are work IDs vs edition IDs? A "work" is the abstract concept of a book (e.g. "The Hobbit"); an "edition" is a specific publication of it (paperback 1995 ed.). The actor returns work-level records by default.

Why are some ISBN lists capped at 5? Popular works have hundreds of editions, each with its own ISBN. We keep the first 5 for table compactness; full lists are available via per-edition queries.

How do subjects, subjectPlaces, subjectPeople, subjectTimes differ? Open Library's subject taxonomy is faceted: regular subjects (Fantasy), geographic places (Middle-earth), people (Bilbo Baggins), and time periods (Third Age).

What's ebookAccess? borrowable (Internet Archive lending), printdisabled (only for users with print disabilities), or no_ebook (text not digitized).

Can I get cover images at other sizes? The actor emits the L (large) URL. To get S or M, swap the suffix in the URL: -L.jpg โ†’ -M.jpg or -S.jpg.

How fresh is the data? Daily โ€” Open Library re-indexes nightly from edits, ISBN ingestion, and Internet Archive's MARC import pipeline.

You might also like

Wikipedia Scraper

automation-lab/wikipedia-scraper

Search and extract Wikipedia articles โ€” titles, summaries, full content, categories, and images. Uses the free MediaWiki API.

๐Ÿ‘ User avatar

Stas Persiianenko

23

US Property Value Scraper

crawlerbros/landsofamerica-scraper

Scrape US state and county home values, inventory and market trends via Zillow Research public data. Free, no auth required.

Wikipedia Scraper

dami_studio/wikipedia-scraper

Scrapes Wikipedia via the public MediaWiki API: search by keyword for matching pages with snippets and word counts, or fetch exact titles to get plain-text extract, thumbnail, categories, and URL. Batches 50 titles at a time; full article text option

3

5.0

US Congress Members Scraper

crawlerbros/us-congress-members-scraper

Browse US Congress members, bills, and votes via the free Congress.gov API - no auth or proxy required.

Wikipedia Article Scraper

rupom888/wikipedia-article-scraper

Scrape Wikipedia articles using the official MediaWiki REST API. Search by keyword, look up specific titles, or scrape by URL. Extracts full article text, sections, infobox data, categories, references, images, and related articles. Supports 300+ languages.

Wikipedia Article Scraper

crawlerbros/wikipedia-scraper

Extract structured data from Wikipedia articles. Get summaries, categories, images, metadata, and descriptions using Wikipedia's official API. Supports 300+ languages.