Export Options
Export your scraped data in multiple formats or stream directly to Google Sheets.
Available Formats
Choose the export format that best fits your workflow.
CSV (Comma-Separated Values)
Universal format compatible with all spreadsheet applications.
- Opens in Excel, Google Sheets, Numbers
- Lightweight file size
- Easy to import into databases
- Best for: data analysis, sharing with teams
JSON (JavaScript Object Notation)
Structured data format for developers and APIs.
- Preserves data types and structure
- Easy to parse in any programming language
- Supports nested data
- Best for: API integration, data processing
Excel (.xlsx)
Native Microsoft Excel format with full formatting support.
- Supports multiple sheets
- Preserves column widths and formatting
- Compatible with Excel, LibreOffice, Google Sheets
- Best for: reports, formatted data presentation
Google Sheets
Stream data directly to a Google Sheets spreadsheet.
- Real-time data streaming during scraping
- Auto-creates new spreadsheet
- Share with your team instantly
- Best for: collaboration, live monitoring
Google Sheets Integration
Stream scraped data directly to Google Sheets in real-time.
Prerequisites
Connect Google Account
First-time setup for Google Sheets:
- Open ScraperQ panel and go to Settings
- Click "Connect Google Account"
- Authorize ScraperQ to access Google Sheets
- Your account is now connected
Google account setup
Replace with actual extension screenshot
Select Google Sheets Export
When creating or running a template, select "Google Sheets" as the export option.
Export selection
Replace with actual extension screenshot
Choose Destination
ScraperQ will either:
- Create a new spreadsheet — ScraperQ creates a new Google Sheet automatically
- Use existing spreadsheet — paste a Google Sheets URL to add data to an existing sheet
Monitor Live Data
As the scraping job runs, data appears in your Google Sheet in real-time. You can watch the data populate row by row.
Pro Tip
Export Settings
Configure export behavior for your templates.
Deduplication
Enable deduplication to avoid duplicate entries in your export:
- Choose a field to check for duplicates (e.g., URL, product ID)
- ScraperQ automatically skips duplicate entries
- Works across multiple pages
Column Mapping
Customize column names in your export file:
- Rename fields to match your naming conventions
- Reorder columns by dragging
- Exclude fields you don't need in the export
Test Case: Export to Multiple Formats
Verify export functionality across different formats.
Scenario: Export Product Data to CSV and Google Sheets
- Run a product scraping job with CSV export
- Download the CSV file
- Open in Excel and verify data integrity
- Run the same job with Google Sheets export
- Verify data appears in the Google Sheet
- Compare CSV and Google Sheets data for consistency
Expected Result: Both exports contain identical data. CSV opens correctly in Excel. Google Sheet updates in real-time during scraping.