OpenTDB Trivia Scraper avatar

OpenTDB Trivia Scraper

Pricing

from $0.50 / 1,000 question scrapeds

Go to Apify Store
OpenTDB Trivia Scraper

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

2 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.