How to scrape specific content from other site for free?

Jass_789

Newbie
Joined
Mar 13, 2022
Messages
9
Reaction score
0
Before you think I'm going to copy someone's copyrighted content then it is wrong. It is in public domain

There is one site which publish the result of games just like Cricket Score in Table form.

I want that data to be in my site and update automatically, i tried some plugin but they don't work perfectly.

Any suggestions, any way to do this?

Any free plugin or any paid one or any code which can help, i will be thankful of you.
 
You could hire someone to make you a small yet unique scraper.
 
Send me a message
I can help you for free if its not tedious :D
 
Hey! Hiring a developer should be your best bet and the easiest way to do it as well. What they could do is develop a custom Python script to scrape specific websites based on your requirements. It shouldn't be hard for them, and it also shouldn't cost much. I hope it helps!
 
Hey! Hiring a developer should be your best bet and the easiest way to do it as well. What they could do is develop a custom Python script to scrape specific websites based on your requirements. It shouldn't be hard for them, and it also shouldn't cost much. I hope it helps!
Even if the website of another person can we do it? and data will be updated every 30 min as they publish data every half an hour.

I'm going look on Upwork for getting help of developers, any better suggest then this?
 
Even if the website of another person can we do it? and data will be updated every 30 min as they publish data every half an hour.

I'm going look on Upwork for getting help of developers, any better suggest then this?
Yes, as long as the data is publicly available, you shouldn't have any problems. You probably just need to set up a cron job to run at half hour intervals - any developer should be able to configure it.
 
Back
Top