novitae/njsparser
🦩 A NextJS data parser, to scrape peacefully
This tool helps developers extract data from websites built with NextJS, which often use specific scripting patterns. It takes a NextJS website's HTML as input and outputs structured data, such as flight data or `__NEXT_DATA__` content, making it easier to parse and use. Developers building data-driven applications or needing to analyze content from NextJS sites would use this.
Use this if you need to reliably extract specific data embedded within the scripts of a NextJS website, especially 'flight data' or '__NEXT_DATA__', for further processing or analysis.
Not ideal if you are trying to scrape static HTML content or websites not built with NextJS, as its core functionality targets NextJS-specific data structures.
Stars
38
Forks
2
Language
HTML
License
MIT
Category
Last pushed
Feb 06, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/novitae/njsparser"
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.