I need to get the latest cricket and rugby matches information from internet from UiPath. Can we use open AI API call? or what is the best approach. please help
Hi @gg00857020,
You can try this approach:
- Sign up for a free API key on your chosen provider.
- In Studio/Studio Web, use the HTTP Request activity to call the API endpoint, passing your API key as a header or query param.
- Parse the JSON response, use Deserialize JSON to get a JObject/JArray, then extract fields like team names, scores, match status.
- Optionally, feed that structured data into an LLM like OpenAI or Claude afterward just to summarize or format it into natural language.
You can use a dedicated sports data Free API directly from these sources.
For Cricket - Ultimate Cricket Data API – Score, Scorecard, Fantasy API, JSON
For Rugby - BelNaruto/rugby-api: The **Rugby API** provides a comprehensive suite of data for rugby enthusiasts and developers, offering real-time updates, player statistics, team information, and more.
Cheers!
Thank you so much for your response… will try this approach and let you know if any doubts
Thank you for the response, Am not able to see web summary activity now.. could you help on that.. I see few articles where web summary activity is not available in enw version
Web summary activity has been put on hold.
So we don’t have direct option to get the data. You can try to use Web Search activity which will give you URL’s of possible results and then use Use Application Browser activity to navigate and then scrap the data and then use Summarize Text activity.
It’s not foolproof but best possible for now.
Can i use open AI API approach.. if possible could you guide me more on this
