From b1e2c8fd5cb5dfa46bc440a12eafaf56cd844b1c Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Mon, 24 Nov 2025 20:54:57 +0100 Subject: Docs --- content/_index.html | 196 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 content/_index.html (limited to 'content/_index.html') diff --git a/content/_index.html b/content/_index.html new file mode 100644 index 0000000..eafb0c1 --- /dev/null +++ b/content/_index.html @@ -0,0 +1,196 @@ +--- +title: Build customer scrapers in minutes +layout: hextra-home +images: + - images/ogimage.png +--- + +
+

+ Custom scrapers
+ built in minutes. +

+ +

+ Flyscrape is a modern toolkit for building custom scrapers in minutes.
It can render + JavaScript, use cookies of your browser and requires no Node.js or Python to run. +

+ + +
+ +
+ + +
+ + + +
+ +
+ +
+
+ +
+

+ Easy-peasy Setup. +

+

+ Flyscrape is a standalone scraping tool and does not need Node.js or Python. + Simply run flyscrape new + and you're ready to scrape. +
+
+ Visit + the Getting Started Guide +

+
+ + +
+ + +
+ +
+ + +
+

+ Browser / JS rendering. +

+

+ Browser Mode can help you scrape even the most difficult sites. Whether the site heavily relies on JavaScript or has Anti-Bot measures, it's always worth a shot. +
+
+ Visit + the Browser Mode Documentation +

+
+ +
+ + +
+ +
+ +
+

+ Access your Cookies. +

+

+ Give Flyscrape access to the cookie store of your personal browser. This makes scraping protected websites, that require an active login session easy as cake. +
+
+ Visit + the Cookie Documentation +

+
+ + +
+ + +
+ +
+ + +
+

+ Precise Request Control. +

+

+ Precisely control how fast requests are processed, what links to follow or what sites to avoid. + 8 different dials allow you to fine-tune Flyscrape's behaviour for virtually every website. +
+
+ Browse all Configuration Options +

+
+ +
+ + +
+ +
+ +
+

+ Extract exactly what you need. +

+

+ Flyscrape comes with the full power of JavaScript, allowing you to precisely define what you want to scrape from a website. + With its familiar jQuery- or cheerio-like API selecting HTML elements becomes second nature. +
+
+ Visit + the API Reference +

+
+ + +
+ + +
+ + +

+ Want to give Flyscrape a try? +

+

+ Dive into our user-friendly guide and discover how to get started with ease. +

+ +
+
+ + + Get + Started {{< icon name="chevron-right">}} + +
+ + -- cgit v1.2.3