scraping automation templates
4 ready-to-run scraping workflows for Chrome — install into BNOD in one click.
- scrapinghnscrape
Hacker News — top headlines to CSV
Open news.ycombinator.com, scrape the top story rows (title + url), download as CSV.
Install in BNOD - scrapinggooglesearch
Google search — extract results to JSON
Type a query into Google Search, scrape result titles and URLs, download as JSON.
Install in BNOD - scrapingwikipediascrape
Wikipedia — capture article intro
Open a Wikipedia article URL, capture the article title (h1) and the first body paragraph, log both. Selectors are stable across all language editions.
Install in BNOD - scrapinggithubapi
GitHub repo — stars / forks / issues
Hit api.github.com for a given owner/repo and log stars, forks, open issues. Uses the public REST API (no auth needed for read).
Install in BNOD