Brazil Exams Questions - API — ENEM, FUVEST, ITA, IME, UEM
Pricing
from $5.00 / 1,000 for each question results
Brazil Exams Questions - API — ENEM, FUVEST, ITA, IME, UEM
Query Brazilian educational exam questions by institution, year, topic, and video availability. Ideal for edtechs, mock exam platforms, study apps, educational bots, and content curation tools.
Pricing
from $5.00 / 1,000 for each question results
Rating
0.0
(0)
Developer
Antônio César
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
15 days ago
Last modified
Categories
Share
What does Brazil Exam Questions API do?
Brazil Exam Questions API helps you find Brazilian educational and exam questions by subject, institution, or question ID. Use the no-code Input form to collect structured results in an Apify Dataset, or connect your application to the Standby HTTP API.
The Actor runs on the Apify platform, giving you API access, monitoring, integrations, scheduling, and downloadable datasets without maintaining your own scraping infrastructure.
Standby mode notice: This Actor remains running after a successful initial search so the HTTP API stays available. If a selected initial search returns no results, the Actor stops automatically. When the API remains online, stop the Actor manually in Apify Console when you no longer need it; platform usage costs continue while the run is active.
Why use Brazil Exam Questions API?
Use the Actor to build study applications, question banks, educational dashboards, revision tools, content catalogs, and research workflows. Results are returned as predictable JSON and can include the question statement, alternatives, institution, year, main topic, solution, images, and videos when available.
You can start with the visual Input form and later integrate the same workflow into Python, JavaScript, Make, Zapier, webhooks, or another Apify-compatible tool.
The image above shows one example of how structured exam data can power an interactive study experience. You can use the API to create:
- Mobile study apps with question navigation, timers, bookmarks, and answer review.
- ENEM preparation platforms organized by subject, year, institution, and main topic.
- Question banks for teachers, schools, courses, and educational publishers.
- Practice tests and mock exams assembled from filtered question collections.
- Learning dashboards that combine questions, solutions, images, and videos.
- AI-assisted study tools that use structured question data for explanations and personalized practice.
- Academic research datasets for analyzing subjects, institutions, years, and exam patterns.
How to use Brazil Exam Questions API
- Open the Actor in Apify Console.
- Open the section for each data type you want to retrieve.
- Enter a question, topic, institution, or question ID in the corresponding search field.
- Configure the pagination and result limit shown in that section. A section runs when its search field is filled.
- Click Start.
- Open the Output or Dataset tab to inspect and download the results.
For direct integrations, start the Actor in Standby mode and use the container URL shown in its Output. For example:
GET /api/questions?page=1&per_page=100GET /api/questions/main-topics?search=Matem%C3%A1ticaGET /api/questions/institutions?search=ENEMGET /api/questions/4000004207GET /api/test
Input
The Input tab supports the following fields:
| Field | Description | Default |
|---|---|---|
questionInstitution | Exact institution filter, such as ENEM | Empty |
questionYear | Question year | Empty |
questionMainTopicName | Partial main-topic filter, such as Matemática or MMC | Empty |
questionHasVideo | All questions, with video, or without video | All |
topicSearchTerm | Text used only for main-topic searches | Empty |
institutionSearchTerm | Text used only for institution searches | Empty |
questionId | Identifier used in Question by ID mode | Empty |
questionsPage, topicsPage | Initial page for the corresponding search | 1 |
questionsPerPage, topicsPerPage | Results requested per page, from 1 to 100 | 100 |
questionsMaxItems, topicsMaxItems, institutionsMaxItems | Maximum Dataset results for the corresponding search | 1000 |
Example:
{"questionInstitution": "ENEM","questionYear": 2024,"questionMainTopicName": "Matemática","questionHasVideo": "true","questionsPerPage": 20,"questionsPage": 1,"questionsMaxItems": 1000}
Output
Input-form searches are saved progressively to the run's default Dataset. A representative question item looks like this:
{"question_id": "4000004207","main_topic_name": "Matemática","institution": "ENEM","year": 2024,"has_video": true,"question_json": {},"detail_json": {},"solution_json": {},"images_json": [],"videos_json": [],"price_usd": 0.1}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel. The Standby API returns JSON directly over HTTP.
Data table
| Field | Description |
|---|---|
question_id | Unique question identifier |
main_topic_name | Main educational topic |
institution | Exam institution, such as ENEM |
year | Exam year |
question_json | Question statement, alternatives, and metadata |
detail_json | Additional question details |
solution_json | Solution or explanation when available |
images_json | Related image objects |
videos_json | Related video objects |
has_video | Whether a video is available |
price_usd | Base custom-event price before tier discounts and the Dataset event |
How much does it cost to retrieve Brazilian exam questions?
The Actor uses pay-per-event pricing. Each question saved to the default Dataset triggers question-result, plus the automatic Dataset item event.
| Buyer tier | Question event / 1,000 | Dataset event / 1,000 | Effective total / 1,000 |
|---|---|---|---|
| No discount | USD 100.00 | USD 1.00 | USD 101.00 |
| Bronze | USD 68.33 | USD 1.00 | USD 69.33 |
| Silver | USD 36.67 | USD 1.00 | USD 37.67 |
| Gold | USD 5.00 | USD 1.00 | USD 6.00 |
Main-topic and institution results cost USD 5.00 per 1,000 items, plus USD 1.00 per 1,000 default Dataset items. Actor start costs USD 0.00005 per start unit. Platform usage is charged separately. Your maximum charge per run is respected automatically by Apify.
Tips and advanced options
- Start with a small maximum-results value in the selected search section while evaluating the data.
- Search main topics or institutions first when you do not know the exact available name.
- Use 100 items per page in the selected search section for fewer requests during larger collections.
- Use Question by ID when you need one known record instead of a paginated search.
- Configure a maximum run charge in Apify Console to control spending.
Use cases for Brazil Exam Questions API
FAQ, disclaimers, and support
Do I need programming experience?
No. You can run searches entirely through the Apify Input form and download the resulting Dataset.
Can I use the results through an API?
Yes. You can access Dataset results through the Apify API or use the Actor's Standby HTTP routes for direct integrations.
Why might some fields be empty?
Available details depend on the source record. Some questions may not contain solutions, images, or videos.
Is using educational question data legal?
You are responsible for ensuring that your use of the returned content complies with applicable copyright, licensing, privacy, institutional, and local legal requirements. This Actor does not grant ownership or redistribution rights over third-party content.
For bugs, missing data, or feature requests, open the Actor's Issues tab on Apify. Custom integrations and tailored data workflows are also available on request.