Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrapping output is zero #76

Open
sbhadade opened this issue Sep 17, 2022 · 2 comments
Open

Scrapping output is zero #76

sbhadade opened this issue Sep 17, 2022 · 2 comments

Comments

@sbhadade
Copy link

sbhadade commented Sep 17, 2022

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
Copy link
Owner

this website use js to fetch data.

@sbhadade
Copy link
Author

sbhadade commented Oct 1, 2022

Guide me sir how to proceed with the above url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants