Page 1 of 1

How to get data in html from this Url??

Posted: Wed May 26, 2021 10:19 pm
by Fasasoftware
Hi, i need to retrieve data from this url:"

Code: Select all

https://www.betexplorer.com/next/soccer/
"

Because i need to make some operations from that url..

I need to use a command like "wordoffset" to cut the text imported into a variable until find some team soccer...like "Germany: Bundesliga" and then get all the teams for that type of soccer Team...and put it into a field...

Can you help me with some fresh code please??Can you help me?? Thanks A lot!! Lestroso :oops:

Re: How to get data in html from this Url??

Posted: Thu May 27, 2021 12:26 am
by andresdt
Hi, Fasasoftware
Does this website have an API service?
I think it would be much more comfortable for you to use.

Re: How to get data in html from this Url??

Posted: Thu May 27, 2021 11:21 am
by Fasasoftware
No this site has no Api.... :oops: Lestroso

Re: How to get data in html from this Url??

Posted: Thu May 27, 2021 12:03 pm
by SparkOut
Is it the same betexplorer as the github repository with a bunch of scraping scripts? You might possibly be able to bypass the betexplorer site and pull directly from its sources, whether harnessing the github scripts or converting them to LC?