1.

How web scraping is done in Python, explain in short?

Answer»
  • SELECT the URL you WANT to scrap
  • Inspect the page
  • Select data you want to extract
  • Write the codes and run them

Once the data is EXTRACTED store the data in any REQUIRED format



Discussion

No Comment Found