Home > Back-end >  Difficulty scraping a table from a webpage
Difficulty scraping a table from a webpage

Time:01-24

I've been trying to fetch tabular content from this Screenshot of the table you are referring to

You can get your required data from the API call as a JSON object.Copy the curl command and import it in Postman and use the code in your script. enter image description here

In the below screenshot you can see the actual data you wanted. enter image description here

  •  Tags:  
  • Related