Flashscore Scraper

ENDPOINTS
GET/news/article

News Article

One article by ID: headline, publish time, image with credit and its link.

QUERY PARAMS

Flashscore article ID, or any flashscore.com news URL.

Examples:

  • ID: rwyTTY9T
  • URL: https://www.flashscore.com/news/<slug>/rwyTTY9T/

Get IDs from /news, /teams/news or /matches/news.

{
  "id": "rwyTTY9T",
  "title": "Real Betis edge Getafe to extend winning run and move up to third in LaLiga",
  "link": "https://www.flashscore.com/news/soccer-laliga-betis-getafe-report-september-17-2026/rwyTTY9T/",
  "slug": "soccer-laliga-betis-getafe-report-september-17-2026",
  "published_at": "2026-09-17T20:06:43Z",
  "edited_at": null,
  "type": "STANDARD",
  "image": "https://livesport-ott-images.ssl.cdn.cra.cz/r900xfq60/5c288d09-99aa-4288-bba5-41fd36b8b05b.jpeg",
  "image_credit": "FRAN SANTIAGO / GETTY IMAGES EUROPE / GETTY IMAGES VIA AFP",
  "image_caption": "Abde Ezzalzouli of Real Betis celebrates scoring his team’s goal with teammate Antony"
}