Back to packages list

Vals using cheerio

Description from the NPM package:
The fast, flexible & elegant library for parsing and manipulating HTML and XML.
jdan avatar
closedChocolateMarmoset
@jdan
HTTP (preview)
Forked from jdan/infoboxCrawler
stevekrouse avatar
infoboxCrawler
@stevekrouse
HTTP (preview)
Forked from jdan/infoboxCrawler
jdan avatar
infoboxCrawler
@jdan
HTTP (preview)
Forked from jdan/emperorOfJapanCrawler
roramigator avatar
denoBlogAPI
@roramigator
HTTP
// Scrapes Deno Blog and returns a JSON response with post titles, images, and URLs.
jdan avatar
emperorOfJapanCrawler
@jdan
HTTP (preview)
// This program crawls Wikipedia pages starting from an initial URL,
shawnbasquiat avatar
fetchTwitterUserInfoBroken
@shawnbasquiat
HTTP (preview)
// This approach will use web scraping to fetch user information given a Twitter handle.
ttodosi avatar
whatDoYouThinkOfItSoFar
@ttodosi
Cron
Forked from edgeeffect/whatDoYouThinkOfItSoFar
moe avatar
spacexapi
@moe
HTTP
An interactive, runnable TypeScript val by moe
mattrw2 avatar
bookTheSperryChalet
@mattrw2
Cron
A val that emails you when the Sperry Chalet in Glacier National Park has open vacancies
tempguy avatar
tealPheasant
@tempguy
Script
// Extract the value of the hidden input field with name 'captcha_id'
tempguy avatar
aquaAnt
@tempguy
Script
// Import Cheerio and CryptoJS from npm
damidina avatar
cheerioScraper
@damidina
Script
cheerioScraper This val scrapes a website to extract all the URLs from anchor ( <a> ) tags using the cheerio library. Usage import scrapeWebsite from 'val:damidina.cheerioScraper'; const urls = await scrapeWebsite('https://example.com'); console.log(urls);
joseph_c100 avatar
smallboatsapi
@joseph_c100
HTTP
An API that fetches the html table of small boat arrivals data from the UK gov website. This data is from the last 7 days and updated daily.
nmsilva avatar
forbetEventScrapper
@nmsilva
Script
// TODO: remove this line
nmsilva avatar
forbetEventsScrapper
@nmsilva
Script
An interactive, runnable TypeScript val by nmsilva
xxxjjj avatar
cheerioExample
@xxxjjj
Script
Forked from tmcw/cheerioExample