Sports Results
Scrape sports results by simply querying Google.
If you're searching for a sports team or person, and they recently participated in a competition, Google usually returns a box showing the results of that team or person. Our scraper automatically picks up these results and sends it to you inside the
sport_results
property from the API response. The structure of this property is made of:Element | Type | Description |
---|---|---|
title | String | Title of the sports restults container |
league | String | The league |
games | Arra y | Games played by the team or player in question |
get
https://serpapi.webscrapingapi.com/v1?
engine=google&api_key=<YOUR_API_KEY>&q=cfr%20cluj
Request Example That Returns Sports Elements

Scrape Google Sports Results
Last modified 1yr ago