stefanocudini/node-fetch-dom
Magic utility that extract javascript global variables from a remote html page.
This tool helps web developers quickly extract specific JavaScript global variables from a remote HTML page. You provide the URL of a webpage and the name of a global variable you want to access. The tool then returns that variable's value, typically as a JSON object, directly from the webpage's embedded JavaScript. This is ideal for developers needing to programmatically read configuration or data embedded in client-side scripts without full browser rendering.
No commits in the last 6 months.
Use this if you need to programmatically fetch and parse specific JavaScript global variables directly from the HTML source of a remote webpage without executing the full page in a browser.
Not ideal if you need to interact with dynamic content, execute complex client-side JavaScript, or access variables that are not globally defined.
Stars
12
Forks
—
Language
HTML
License
MIT
Category
Last pushed
May 02, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/stefanocudini/node-fetch-dom"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Altimis/Scweet
A simple and unlimited twitter scraper : scrape tweets, likes, retweets, following, followers,...
lexiforest/curl_cffi
Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser...
plabayo/rama
modular service framework to move and transform network packets
scrapinghub/spidermon
Scrapy Extension for monitoring spiders execution.