alirezamika / autoscraper

A Smart, Automatic, Fast and Lightweight Web Scraper for Python
MIT License
6.16k stars 648 forks source link

Scrapping output is zero #76

Open sbhadade opened 1 year ago

sbhadade commented 1 year ago

i tried to scrape the webpage but the results are zero 👍

///////// ` from autoscraper import AutoScraper

url = 'https://trade.mango.markets/account?pubkey=8zJHqNa9sVvyLmVBQwY2vch5729dqfmzF3cxE25ZYVn'

wanted_list = ['Futures Positions','Notion Size']

scraper = AutoScraper() result = scraper.build(url, wanted_list) print(result)

` /////

Output Results are none

@alirezamika can you guide whats the issue:

  1. are the webpage is using node.js ?
alirezamika commented 1 year ago

this website use js to fetch data.

sbhadade commented 1 year ago

Guide me sir how to proceed with the above url