ACTIVE_TASKS

// Job_Management_Console
📋

No jobs yet

Create your first scraping job to get started

Select a job to view details

DATA_MATRIX

// Extraction_Results
📊

View extraction results

Select a job to see the scraped data

CONFIGURATION

// System_Parameters

Appearance

Customize the look and feel of Scrapefruit.

Changes are applied immediately

Scraping behavior

Control how the scraper fetches pages and handles failures.

30000 = 30 seconds
Retries on timeout or error
1000 = 1 second
3000 = 3 seconds
Helps bypass anti-bot measures
Changes browser identity per request

Default output

Configure default export format and auto-save behavior.

Format for downloaded results
Optional: auto-export on completion
Save results automatically

DATABASE

// Raw_Data_Inspector
Schema: Select a table
Page 1

SQL console

Run SELECT queries directly against the database.

Run a query to see results

Welcome to SCRAPEFRUIT

Extract data from any website with smart anti-blocking

Key features

  • Multi-method scraping: HTTP, Playwright, Puppeteer — automatic fallback if one method gets blocked
  • Stealth mode: Built-in anti-detection to bypass bot blockers and CAPTCHAs
  • CSS & XPath selectors: Extract exactly the data you need with flexible rules
  • Batch processing: Scrape hundreds of URLs with configurable delays
  • Export anywhere: JSON, CSV, or direct to Google Sheets

🚀 Quick start

  1. Create a job — Click "NEW_TASK" and paste URLs
  2. Add rules — Define CSS selectors for data extraction
  3. Run — Hit "Start" and watch real-time progress
  4. Export — Download results as JSON or CSV

💡 Pro tips

  • Find selectors: In your browser: Right-click element → Inspect → Copy selector
  • Preview first: Use "Analyze sample" to test rules before running
  • Anti-blocking: Use 1-3s delays and enable stealth mode in Settings

⚠️ Troubleshooting

  • Empty results? Enable Playwright for JavaScript-heavy sites
  • Blocked? Try stealth mode + longer delays in Settings