autoscraper icon indicating copy to clipboard operation
autoscraper copied to clipboard

Scrapping output is zero

Open sbhadade opened this issue 1 year ago • 2 comments

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 ?

sbhadade avatar Sep 17 '22 14:09 sbhadade

this website use js to fetch data.

alirezamika avatar Oct 01 '22 18:10 alirezamika

Guide me sir how to proceed with the above url

sbhadade avatar Oct 01 '22 18:10 sbhadade