GET 90min.com HTTP 2001.7 s7.5 KB$0.00027 captured Aug 7, 2026
90min.com, as data
One API turns any 90min.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.7 s
- Page size
- 7.5 KB of markdown, 48 lines
- Fields
- Business Name, Address, Phone, Category
- Captured
- Aug 7, 2026
Free balance on signup, no card. This 90min.com page cost $0.00027 to fetch.
Why have Serie A teamed up with Jay-Z?Skip to main contentJust three days before the agreement with Serie A was reached, Roc Nation acquired the Brazilian soccer agency TFM, bringing the likes of Real Madrid's Vinicius Junior and Arsenal's Gabriel Martinelli under Jay-Z's umbrella (ella, ella) of influence.## Why have Serie A teamed up with Jay-Z?In the statement that Roc Nation released when the deal with Serie A was announced, the aim of the partnership was "to further enhance the North American reach and appeal" of Italy's top flight.Italian football's finances are rotten. A collapse of TV rights sales, the COVID-19 pandemic and the lack of stadium ownership have seen Premier League and La Liga clubs economically dwarf their Serie A counterparts.The division's best talents are being pilfered by teams from across the globe yet the league still don't have the funds to bring in new faces. Serie A clubs combined to spend a little over €32m in the first transfer window of 2023; Chelsea bought four players that each commanded a larger fee in the same time frame.Roc Nation not only offer a direct line into the USA - which has been highlighted as a "key strategic market" for Serie A's growth - but command the eyeballs of 1.7 billion followers across all social media platforms (according to the company's website). Serie A, by comparison, have less than 20 million followers.Through the use of "digital content, marketing activations, and events", Roc Nation have pledged to help Serie A "establish powerful connections and credibility with some of the most prominent brands in the USA".With the 2026 World Cup co-hosted by America (alongside Canada and Mexico), Serie A have acted preemptively to get their foot in the door before the predicted interest boom in the sport.### READ THE LATEST SERIE A NEWS, RUMOURS & GOSSIPRoc Nation certainly have the pull to catapult Serie A's brand but Jay-Z's company has already shown a desire to clean up the league's image before putting it on display to a new audience.Roc Nations Sports president Yormark flagged the racism epidemic in Serie A back in 2019. "It's a major problem in Italy, beyond disgusting," he told *Goal*. "I have met with Serie A three times, and I tell them how disappointed we are. For that to be allowed to happen on a consistent basis is unacceptable." What Spider does on 90min.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.7 s · $0.00027Page 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://www.90min.com/posts/why-have-serie-a-teamed-up-with-jay-z", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.90min.com/posts/why-have-serie-a-teamed-up-with-jay-z", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.90min.com/posts/why-have-serie-a-teamed-up-with-jay-z", {
return_format: "markdown",
});
console.log(page.content); What 90min.com costs
Multiplied from the measured 7.5 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 90min.com.
The capture above took 1.7 s and cost $0.00027. The same call takes any URL on 90min.com.