Skip to main content
AI Studio  add-on for Spider.
90min.com · HTTP 200

90min Scraper

Spider read 90min.com in 1.7 s without a browser and returned 48 lines of clean markdown, including sections like "Why have Serie A teamed up with Jay-Z?" and "READ THE LATEST SERIE A NEWS, RUMOURS & GOSSIP".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response 90min.com/posts/why-have-serie-a-teamed-up-with-jay-z.md markdown · 48 lines
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."
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on 90min.com.

90min-com-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://90min.com");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategory

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What 90min.com costs to scrape.

The capture above cost $0.00027 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://www.90min.com/posts/why-have-serie-a-teamed-up-with-jay-z", "return_format": "markdown"}'

More Directories scrapers.

Start scraping 90min.com.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.