Wikiquote Quotes Scraper - Quotes by Person or Topic avatar

Wikiquote Quotes Scraper - Quotes by Person or Topic

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Wikiquote Quotes Scraper - Quotes by Person or Topic

Wikiquote Quotes Scraper - Quotes by Person or Topic

$0.5/1K ๐Ÿ”ฅ Fast Wikiquote scraper! Quotes by person or topic โ€” clean text, source & page. No key. JSON, CSV, Excel or API in seconds. Search or list pages & pull thousands of quotes for content & NLP โšก

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Wikiquote Quotes Scraper ๐Ÿ“œ

Scrape clean, structured quotes from Wikiquote โ€” by person or by topic โ€” in seconds. Search for pages matching a keyword, or extract every quote line (with its source/attribution) from any Wikiquote page. Powered by the public MediaWiki API, so results are fast, reliable and datacenter-friendly (no residential proxies, no login, no API key).

Perfect for building quote databases, content pipelines, NLP datasets, social-media schedulers and educational apps.


โœจ Features

  • Two modes: search (find pages by query) and pages (extract quotes from titles).
  • Clean output: MediaWiki markup ([[links]], ''italics'', <ref>, {{templates}}) is fully stripped to plain, ready-to-use text.
  • Source / attribution captured per quote from sub-bullet lines.
  • Multi-language: any Wikiquote edition via the language field (en, de, fr, es, it, โ€ฆ).
  • Fast & cheap: clean JSON API, no browser, runs on 512 MB.
  • Structured dataset ready for CSV, JSON, Excel or API export.

๐Ÿš€ Input

FieldTypeDescription
modeselectsearch (query โ†’ matching pages) or pages (titles โ†’ quotes).
querystringSearch term when mode = search (e.g. hope).
pagesarrayPage titles when mode = pages (e.g. ["Albert Einstein","Mahatma Gandhi"]).
languagestringWikiquote language edition. Default en.
maxItemsintegerMax items to push (default 200, max 2000).

Example โ€” extract quotes

{
"mode": "pages",
"pages": ["Albert Einstein", "Mahatma Gandhi"],
"language": "en",
"maxItems": 500
}

Example โ€” search pages

{
"mode": "search",
"query": "hope",
"maxItems": 50
}

๐Ÿ“ค Output

Search result (mode = search):

{
"type": "page",
"page": "Hope",
"snippet": "Hope is a desire for future good...",
"url": "https://en.wikiquote.org/wiki/Hope",
"scraped_at": "2026-07-18T08:00:00+00:00"
}

Quote (mode = pages, one item per quote):

{
"type": "quote",
"page": "Albert Einstein",
"quote": "Everything should be made simple as possible but no simpler.",
"source": "Repeated throughout his life, see: Quote Investigator",
"url": "https://en.wikiquote.org/wiki/Albert_Einstein",
"scraped_at": "2026-07-18T08:00:00+00:00"
}

๐Ÿ’ฐ Pricing

Pay-per-result style usage: approximately $0.50 per 1,000 quotes on the Apify platform (plus platform usage). A single popular page can yield hundreds of clean quotes, making it one of the cheapest ways to build a quote dataset.


๐ŸŽฏ Use cases

  • Content creation โ€” populate blogs, newsletters and quote-of-the-day widgets.
  • NLP / ML โ€” build labelled quote corpora for sentiment, attribution and generation models.
  • Social media โ€” feed schedulers with fresh, attributed quotes by theme or author.
  • Education โ€” assemble teaching material, flashcards and study aids by topic or figure.

๐Ÿ†š Comparison

Wikiquote Quotes ScraperManual copy-pasteGeneric HTML scraper
Clean plain-text quotesโœ…โš ๏ธ manual cleanupโŒ markup left in
Source/attributionโœ…โš ๏ธโŒ
Multi-languageโœ…โš ๏ธโš ๏ธ
No proxies / keyโœ…โœ…โŒ often blocked
Structured exportโœ…โŒโš ๏ธ

Keywords: wikiquote scraper, quotes scraper, famous quotes api, quotes by author, quotes by topic, quote database, inspirational quotes dataset, mediawiki quotes, nlp quotes corpus, quote of the day api


Wikiquote content is available under the Creative Commons Attribution-ShareAlike License. This actor only accesses publicly available data via the official MediaWiki API. Please attribute Wikiquote when reusing content.