Brazil Exams Questions - API — ENEM, FUVEST, ITA, IME, UEM avatar

Brazil Exams Questions - API — ENEM, FUVEST, ITA, IME, UEM

Pricing

from $5.00 / 1,000 for each question results

Go to Apify Store
Brazil Exams Questions - API — ENEM, FUVEST, ITA, IME, UEM

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

Antônio César

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

15 days ago

Last modified

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

  1. Open the Actor in Apify Console.
  2. Open the section for each data type you want to retrieve.
  3. Enter a question, topic, institution, or question ID in the corresponding search field.
  4. Configure the pagination and result limit shown in that section. A section runs when its search field is filled.
  5. Click Start.
  6. 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=100
GET /api/questions/main-topics?search=Matem%C3%A1tica
GET /api/questions/institutions?search=ENEM
GET /api/questions/4000004207
GET /api/test

Input

The Input tab supports the following fields:

FieldDescriptionDefault
questionInstitutionExact institution filter, such as ENEMEmpty
questionYearQuestion yearEmpty
questionMainTopicNamePartial main-topic filter, such as Matemática or MMCEmpty
questionHasVideoAll questions, with video, or without videoAll
topicSearchTermText used only for main-topic searchesEmpty
institutionSearchTermText used only for institution searchesEmpty
questionIdIdentifier used in Question by ID modeEmpty
questionsPage, topicsPageInitial page for the corresponding search1
questionsPerPage, topicsPerPageResults requested per page, from 1 to 100100
questionsMaxItems, topicsMaxItems, institutionsMaxItemsMaximum Dataset results for the corresponding search1000

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

FieldDescription
question_idUnique question identifier
main_topic_nameMain educational topic
institutionExam institution, such as ENEM
yearExam year
question_jsonQuestion statement, alternatives, and metadata
detail_jsonAdditional question details
solution_jsonSolution or explanation when available
images_jsonRelated image objects
videos_jsonRelated video objects
has_videoWhether a video is available
price_usdBase 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 tierQuestion event / 1,000Dataset event / 1,000Effective total / 1,000
No discountUSD 100.00USD 1.00USD 101.00
BronzeUSD 68.33USD 1.00USD 69.33
SilverUSD 36.67USD 1.00USD 37.67
GoldUSD 5.00USD 1.00USD 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

Example mobile study application powered by 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.

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.