Python: Data Scraping

chinchong79 Posts 3 Registration date Thursday May 4, 2023 Status Member Last seen May 10, 2023 - Updated on May 10, 2023 at 05:41 AM
HelpiOS Posts 13528 Registration date Friday October 30, 2015 Status Moderator Last seen June 7, 2023 - May 12, 2023 at 08:49 AM

I'm interested in understanding the data scraping mechanism used by this website https://nirmallottery.com/. Could you please provide details on how the website retrieves and extracts data from external sources?

Specifically, I would like to know:
1. What libraries, frameworks, or tools are utilized for data scraping?
2. Are there any APIs involved in the data retrieval process?
3. How does the website handle data extraction from different types of sources (e.g., websites, databases)?
4. Are there any specific algorithms or techniques employed to parse and structure the scraped data?
 

1 reply

HelpiOS Posts 13528 Registration date Friday October 30, 2015 Status Moderator Last seen June 7, 2023 1,884
May 12, 2023 at 08:49 AM

Hi,

This guide should help you to understand how Web Scraping works.


0