Blogs
The Scraper’s Edge: guides on web automation, data pipelines, and production scraping.
Articles
Showing 19–27 of 45

Export Claude Chats to PDF, Markdown or CSV
I built a free Tampermonkey userscript to export Claude chats to PDF, Markdown, or CSV in one click. Here is how it works and how to install it.

Export WhatsApp Chats to PDF, CSV, or Markdown
A free Tampermonkey userscript to export WhatsApp chats from WhatsApp Web into PDF, CSV, or Markdown. How it works, what it captures, and its limits.

Export ChatGPT Conversations to PDF, CSV, MD
A free Tampermonkey userscript that lets you export ChatGPT conversations to PDF, CSV, or Markdown in one click. Install it in about a minute.

Federal Reserve H.15 CSV Export in One Click
The Federal Reserve H.15 page has no download button. This free Tampermonkey userscript adds Federal Reserve H.15 CSV export and PDF reports.

Export Sports Data to CSV or PDF in One Click
A free Tampermonkey userscript to export sports data to CSV or PDF from Pro Football Reference, Baseball Reference and FotMob. No sign-up.

Sofascore Data Export: Matches to PDF and CSV
A free Tampermonkey userscript for Sofascore data export: send live scores, fixtures and league names to a clean CSV or PDF in one click.

Export FBref Data to PDF or CSV in One Click
Export FBref data to a formatted PDF or clean CSV in one click, with player photos and a clickable contents page. No coding needed.

IG Helper Userscript: One-Click Instagram Saves
The IG Helper userscript adds a one-click save button to Instagram. I explain how to install it, what it can't do, and when to build a scraper instead.

Why Your Web Scraper Keeps Breaking (And a Fix)
If your web scraper keeps breaking every time a site changes its CSS classes, here's a Python method that reads page structure instead of class names.