GULPF/nimquery
Nim library for querying HTML using CSS-selectors (like JavaScripts document.querySelector)
This library helps Nim developers easily find specific parts of an HTML document, much like how web browsers work. You provide the raw HTML content and a CSS selector (like you might use in web development), and it returns the HTML elements that match your criteria. It's for Nim programmers building tools that need to extract information from web pages or manipulate HTML structures.
138 stars. No commits in the last 6 months.
Use this if you are a Nim developer who needs a straightforward and powerful way to programmatically locate and extract data from HTML content using familiar CSS selectors.
Not ideal if you need to interact with a live web page, as this library only parses static HTML content and doesn't handle JavaScript execution or browser interactions.
Stars
138
Forks
9
Language
Nim
License
MIT
Category
Last pushed
Dec 06, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/GULPF/nimquery"
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.