Apr 14, 2026Web Scraping with JavaScript Using GaffаLearn how to scrape the web in JavaScript using Gaffa's REST API with no browser setup or third-party libraries.Tutorials
Apr 07, 2026How to Scrape a Table with Python (The Easy Way)Learn how to extract table data from any website using Python and Gaffa — no browser setup, no boilerplate, just clean structured data in a few lines of code.Tutorials
Mar 19, 2026How to Slash Your Gaffa Credit Costs by 40+%%Learn practical tips and settings to cut your Gaffa credit usage, so you get more out of every request without sacrificing results.Tutorials
Mar 18, 2026Let your AI assistant write your Gaffa codeDiscover how to use Gaffa's LLMs.txt file to give your AI assistant up-to-date knowledge of the Gaffa API, so you can build faster with less back-and-forth.Tutorials
Jan 21, 2026Stop right-click saving: How to automatically scrape every image from a websiteHow you can use Gaffa to read a site's sitemap to get all urls and scrape images from all pagesTutorials
Oct 28, 2025How to handle infinite scrolling and dynamic loading with Gaffa’s scroll actionGaffa's scroll action gives you fine-grained control over exactly how your automation scrolls down the page on modern sites that use lazy loading and infinite scrollingTutorials+ 1 more
Jul 18, 2025How to extract & simplify a webpage DOM with GaffaHow you can use Gaffa's Browser Request API to extract the full DOM of a webpage and simplify it to remove unnecessary elementsTutorials
Apr 30, 2025Convert any web page to LLM-ready Markdown using GaffaHow you can use Gaffa to convert any web page into markdown, ready to feed into your LLM-based appsTutorials