GET ap4r.com HTTP 2001.3 s6.1 KB$0.000035 captured Aug 7, 2026
ap4r.com, as data
One API turns any ap4r.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 1.3 s
- Page size
- 6.1 KB of markdown, 23 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This ap4r.com page cost $0.000035 to fetch.
Estado de Minas; Estadão ConteúdoFiocruz awaits new API shipment for vaccine productionThe Oswaldo Cruz Foundation (Fiocruz) is awaiting a new shipment of Active Pharmaceutical Ingredient (API) on May 22, fundamental for the production of the AstraZeneca/Oxford vaccine in Brazil, with another shipment scheduled for May 29. However, the institution warned of a temporary interruption in production before the arrival of these inputs, which could impact dose deliveries. To date, Fiocruz has already supplied 34.3 million doses to the Ministry of Health, accounting for more than 40% of the COVID-19 immunizers available in the country.Production interruption and guarantee of future deliveriesFiocruz confirmed that, "until the arrival of the API, there will be an interruption in production for a few days next week," which, according to the institution, may cause some impact on deliveries. Despite this, the schedule remains weekly, with deliveries always occurring on Fridays. The currently available API will sustain production until next week, ensuring deliveries until the first week of June, and with the new shipments, deliveries for the first three weeks of June will also be secured.Increased production capacity and logisticsCurrently, the Bio-Manguinhos Vaccine Technology Center (CTV) is processing one million vaccine doses per day. The institution continues to evaluate alternatives to increase its production capacity, aiming to optimize the flow and meet the growing demand for immunizers. Distribution logistics are defined by the Ministry of Health, with whom Fiocruz maintains a regular delivery schedule.{"sourceUrl":"https://www.em.com.br/app/noticia/nacional/2021/05/13/interna_nacional,1266542/fiocruz-recebe-mais-insumos-dia-22-mas-producao-de-vacina-para-por-alguns.shtml","metaInfo":{"keywords":"Fiocruz, vaccines, coronavirus, API","sitename":"Estado de Minas","description":"Fiocruz announces pause in AstraZeneca vaccine production due to API shortage before new shipment on May 22, impacting deliveries but ensuring doses until June.","language":"en"},"topImage":"https://v17-def.ap4r.com/kos/s101/nlav11312/ug-ai-seo-imgs/estado-de-minas-imgage.gif","author":"Estado de Minas; Estadão Conteúdo","paragraphList":[{"paraTitle":"Fiocruz awaits new API shipment for vaccine production","paraContent":"The Oswaldo Cruz Foundation (Fiocruz) is awaiting a new shipment of Active Pharmaceutical Ingredient (API) on May 22, fundamental for the production of the AstraZeneca/Oxford vaccine in Brazil, with another shipment scheduled for May 29. However, the institution warned of a temporary interruption in production before the arrival of these inputs, which could impact dose deliveries. To date, Fiocruz has already supplied 34.3 million doses to the Ministry of Health, accounting for more than 40% of the COVID-19 immunizers available in the country."},{"paraTitle":"Production interruption and guarantee of future deliveries","paraContent":"Fiocruz confirmed that, \"until the arrival of the API, there will be an interruption in production for a few days next week,\" which, according to the institution, may cause some impact on deliveries. Despite this, the schedule remains weekly, with deliveries always occurring on Fridays. The currently available API will sustain production until next week, ensuring deliveries until the first week of June, and with the new shipments, deliveries for the first three weeks of June will also be secured."},{"paraTitle":"Increased production capacity and logistics","paraContent":"Currently, the Bio-Manguinhos Vaccine Technology Center (CTV) is processing one million vaccine doses per day. The institution continues to evaluate alternatives to increase its production capacity, aiming to optimize the flow and meet the growing demand for immunizers. Distribution logistics are defined by the Ministry of Health, with whom Fiocruz maintains a regular delivery schedule."}],"title":"Fiocruz to receive API on the 22nd, but vaccine production will pause for 'a few days'","pubDate":"2021-05-13","desc":"The Oswaldo Cruz Foundation (Fiocruz) is scheduled to receive a crucial new batch of Active Pharmaceutical Ingredient (API) on May 22, essential for the production of the AstraZeneca/Oxford vaccine in Brazil, with an additional batch expected on May 29. However, Fiocruz warned that there will be an 'interruption in production for a few days next week' before the new API arrives, which could impact deliveries. Currently, production sustains deliveries until the first week of June, and the new batches will also ensure deliveries for the first three weeks of June. As of May 14, 34.3 million doses have been made available to the National Immunization Program (PNI), and the Bio-Manguinhos Vaccine Technology Center (CTV) processes one million doses per day, seeking to increase capacity.","tags":"Health"} What Spider does on ap4r.com
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
1.3 s · $0.000035Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://v17-def.ap4r.com/kos/s101/nlav11312/ug-ai-seo-htmls/text_03213838b2196ca6.html", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://v17-def.ap4r.com/kos/s101/nlav11312/ug-ai-seo-htmls/text_03213838b2196ca6.html", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://v17-def.ap4r.com/kos/s101/nlav11312/ug-ai-seo-htmls/text_03213838b2196ca6.html", {
return_format: "markdown",
});
console.log(page.content); What ap4r.com costs
Multiplied from the measured 6.1 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of ap4r.com.
The capture above took 1.3 s and cost $0.000035. The same call takes any URL on ap4r.com.