VOOZH about

URL: https://apify.com/gio21/opentdb-trivia-scraper

โ‡ฑ OpenTDB Trivia Scraper ยท Apify


Pricing

from $0.50 / 1,000 question scrapeds

Go to Apify Store

OpenTDB Trivia Scraper

Open Trivia Database scraper. Pull multiple-choice or true/false trivia by category, difficulty. 4000+ questions across 24 categories (general, books, film, music, science, history, sports, geography, animals, etc.). For quiz apps, edtech, games.

Pricing

from $0.50 / 1,000 question scrapeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

22 days ago

Last modified

Share

Pull multiple-choice or true/false trivia questions from Open Trivia Database. 4000+ questions across 24 categories. Free, no key.

Returns category, difficulty, type, question text (HTML-decoded), correct answer, incorrect answers, shuffled all-answers array.

Useful for quiz apps, edtech, games, interactive content.

Input

FieldTypeDescription
amountIntegerDefault 50, max 5000 (paginated).
categoryInteger0=any, 9=General, 10=Books, 11=Film, 12=Music, 15=Video Games, 17=Science, 21=Sports, 22=Geography, 23=History, 27=Animals...
difficultyStringeasy, medium, hard, or empty.
typeStringmultiple, boolean, or empty.

Output

{
"category":"General Knowledge","difficulty":"medium","type":"multiple",
"question":"What is the official language of Brazil?",
"correctAnswer":"Portuguese",
"incorrectAnswers":["Spanish","English","French"],
"allAnswers":["English","Portuguese","French","Spanish"]
}

Pricing

$0.0005/question.

Limitations

OpenTDB asks for 5s between calls - the actor enforces this. 100 questions โ‰ˆ 15 seconds.

If this actor helped you, please leave a review on the Apify Store.

You might also like

Open Trivia DB Quiz Questions Scraper

parseforge/opentdb-trivia-scraper

Pull trivia questions from Open Trivia DB. Returns category, type (multiple/true-false), difficulty, question text, correct answer, incorrect answers. Filter by category (24 supported: science, history, geography, art, sports, etc.), difficulty (easy/medium/hard), or type.

Open Trivia Database Scraper

crawlerbros/opentriviadb-scraper

Scrape trivia questions from the Open Trivia Database (opentdb.com). Filter by category, difficulty, and question type. Returns questions with correct and incorrect answers. No API key required.

Trivia Actor

pintostudio/trivia-actor

A powerful and easy-to-use actor for generating trivia questions. Perfect for creating quiz applications, educational content, or entertainment purposes.

Ai Question Generator

sunvic567/ai-question-generator

Generate educational questions from any document automatically. AI-powered quiz maker creates multiple choice, true/false, essay questions from PDFs and DOCX files. Perfect for teachers, trainers, and e-learning. Customize difficulty, export to JSON/CSV/Moodle XML. Turn documents into assessments.

5

4.0

Wikipedia On This Day Scraper

parseforge/wikipedia-on-this-day-scraper

Pull Wikipedia On This Day events for any calendar date: year, event description, category (events, births, deaths, holidays), related Wikipedia articles, and source links. Export historical timelines to JSON, CSV, or Excel for content creators, educators, and trivia or quiz applications.

AI Quiz Maker

harvestlabs/ai-quiz-maker

Transforms user input into a structured study quiz. Given a user's request, the agent extracts the core topic, and generates a multi-difficulty quiz in various formats (Markdown, HTML, JSON).