General Questions
Is Easy Scraper free?
Is Easy Scraper free?
Which browsers are supported?
Which browsers are supported?
- Google Chrome
- Microsoft Edge
- Brave
- Opera
- Vivaldi
Do I need coding knowledge to use Easy Scraper?
Do I need coding knowledge to use Easy Scraper?
Is my data private?
Is my data private?
Can I scrape any website?
Can I scrape any website?
- You should always respect the website’s Terms of Service
- Some websites have technical measures that prevent scraping
- Some content may be protected by copyright
- Always scrape ethically and responsibly
What languages does Easy Scraper support?
What languages does Easy Scraper support?
Getting Started
How do I install Easy Scraper?
How do I install Easy Scraper?
- Visit the Chrome Web Store
- Click “Add to Chrome” (or your browser’s equivalent)
- Confirm the installation
- Pin the extension to your toolbar for easy access
Why doesn't Easy Scraper detect any lists on my page?
Why doesn't Easy Scraper detect any lists on my page?
- The page is still loading - wait a few seconds and refresh
- The page doesn’t have a repeating list structure
- The list uses a complex or non-standard layout
- Content is loaded dynamically - try scrolling or interacting with the page first
How do I know what data I can extract?
How do I know what data I can extract?
- Text content - Any visible text on the page
- Links (URLs) - The href attribute from link elements
- Images (URLs) - The src attribute from image elements
Can I scrape data from multiple pages?
Can I scrape data from multiple pages?
- Infinite scroll - Automatically scrolls to load more items
- Next page buttons - Clicks “Next” or page numbers
- Load more buttons - Clicks “Load More” or “Show More”
List Scraping
Why are some items missing from my scraped list?
Why are some items missing from my scraped list?
- Wait time too short: Items didn’t finish loading before scraping moved on
- Scroll issues: Page didn’t scroll far enough to trigger loading
- Rate limiting: Website blocked further requests
- Max items limit: You set a limit on the number of items
- Increase the max wait time in your configuration
- Add a scroll delay
- Reduce scraping speed to avoid rate limiting
- Remove or increase the max items limit
How do I scrape a paginated list?
How do I scrape a paginated list?
- Start scraping the first page normally
- In the scraping configuration, choose a load more option:
- “Scroll Down” for infinite scroll
- “Click Next Page Button” for pagination
- Configure wait times
- Optionally set a max items limit
- Start scraping
Why do I have duplicate items in my results?
Why do I have duplicate items in my results?
- The page has multiple instances of the same list
- Pagination loads items that were already scraped
- The page structure causes the same elements to be detected multiple times
- Check if the page has duplicate content
- Refresh and try again
- After exporting, remove duplicates in your spreadsheet application
What's the maximum number of items I can scrape?
What's the maximum number of items I can scrape?
- Browser memory (very large scrapes may slow down or crash)
- Website rate limiting (sites may block excessive requests)
- Time (scraping thousands of items can take hours)
Page Details Scraping
What's the difference between list scraping and page details scraping?
What's the difference between list scraping and page details scraping?
- List scraping: Extracts multiple items from a single page (e.g., product listings)
- Page details scraping: Visits multiple URLs and extracts data from each individual page (e.g., product detail pages)
How do I get URLs for page details scraping?
How do I get URLs for page details scraping?
- From list scraping: Scrape a list that includes URLs, then click “Scrape each URL”
- Upload a CSV: Upload a CSV file with a column containing URLs
Can I reuse a scraper I created?
Can I reuse a scraper I created?
- Select your fields as normal
- Give your scraper a descriptive name
- It’s automatically saved
- Next time you scrape pages from the same domain, select your saved scraper from the dropdown
Why doesn't my saved scraper work on different pages?
Why doesn't my saved scraper work on different pages?
- The new pages may have a different HTML structure
- Content may be in different locations or use different element types
- You may need to create a new scraper for the new page type
Some fields are empty in my results. Is this normal?
Some fields are empty in my results. Is this normal?
- Some products don’t have reviews
- Some listings don’t have images
- Optional fields may be blank for some items
How many URLs can I scrape with page details scraping?
How many URLs can I scrape with page details scraping?
- Time: With 2-3 second delays, 100 URLs takes 3-5 minutes, 1000 URLs takes 30-50 minutes
- Rate limiting: Scraping too many pages too quickly may trigger anti-bot measures
- Browser performance: Keep the browser window active for best results
Technical Issues
Easy Scraper isn't opening or is showing a blank screen
Easy Scraper isn't opening or is showing a blank screen
- Refresh the page you’re on and try again
- Close and reopen the extension
- Restart your browser
- Check if the extension is enabled (check chrome://extensions/)
- Try updating to the latest version of the extension
- Clear your browser cache and cookies
The extension stopped working mid-scrape
The extension stopped working mid-scrape
- You closed the popup window
- The browser tab became inactive (some browsers throttle background tabs)
- You ran out of memory
- The website blocked further requests
- Keep the popup window open while scraping
- Keep the browser tab active (don’t minimize or switch away)
- Close other tabs if you’re running out of memory
- Increase wait times and try again
Data isn't appearing or is incomplete
Data isn't appearing or is incomplete
- Increase the max wait time to 5-10 seconds
- Manually interact with the page before scraping
- Add a scroll delay (500-1000ms)
- Increase min wait times between actions
- Let the page fully load before opening the extension
- Wait for loading spinners to disappear
- Some sites may not be compatible with scraping
I'm getting 'Element not found' errors
I'm getting 'Element not found' errors
- The page structure is different from the test page
- Content hasn’t loaded yet
- The website changed its HTML structure
- Increase wait times
- Remove and re-add the field
- Create a new scraper if the website changed significantly
- Check if the element actually exists on the page
Scraping is very slow
Scraping is very slow
- Your configured wait times (intentional delays)
- How fast the website responds
- How much data you’re extracting
- Wait for pages to load
- Be respectful of server resources
- Avoid triggering anti-bot measures
- Reduce min wait times
- Reduce max wait times if pages load quickly
- Remove unnecessary fields
I'm seeing CAPTCHA challenges
I'm seeing CAPTCHA challenges
- Complete the CAPTCHA manually
- Slow down your scraping (increase wait times to 3-5+ seconds)
- Reduce the number of pages per session
- Take breaks between scraping sessions
Exporting Data
Which export format should I use?
Which export format should I use?
- CSV: Best for Excel, Google Sheets, databases, and data analysis
- JSON: Best for programming, APIs, and further processing with scripts
- Copy (TSV): Best for quickly pasting into spreadsheets or documents
Special characters look wrong in my CSV file
Special characters look wrong in my CSV file
- Don’t double-click the CSV file to open it
- Open Excel first
- Use File > Import > CSV/Text File
- Choose UTF-8 encoding in the import wizard
Where are my exported files saved?
Where are my exported files saved?
- Windows:
C:\Users\YourName\Downloads - Mac:
/Users/YourName/Downloads - Linux:
/home/YourName/Downloads
Best Practices
How can I scrape more reliably?
How can I scrape more reliably?
- Test first: Always test with a small sample before full scrape
- Use adequate wait times: Don’t rush - give pages time to load
- Verify selectors: Use the “Verify” button to check your selections
- Monitor progress: Watch the first few items to ensure everything works
- Save your work: Export data frequently and save scrapers for reuse
How fast can I scrape without getting blocked?
How fast can I scrape without getting blocked?
- Safe for most sites: 2-3 seconds
- Conservative: 3-5 seconds
- Very cautious: 5-10 seconds
Is it legal to scrape websites?
Is it legal to scrape websites?
- Scraping publicly available data for personal use
- Respecting robots.txt and Terms of Service
- Using reasonable rate limits
- Scraping copyrighted content for republication
- Scraping personal data in violation of privacy laws (GDPR, CCPA)
- Violating a website’s Terms of Service
- Scraping data behind authentication without permission
- Using scraped data commercially without rights
Should I scrape during business hours?
Should I scrape during business hours?
- Large scraping jobs (hundreds or thousands of pages)
- Websites that may have limited server capacity
- Being extra respectful of server resources
Data and Privacy
What permissions does Easy Scraper need?
What permissions does Easy Scraper need?
- Access to all websites: Needed to scrape any website you visit
- Storage: To save your scrapers and scraping data locally
- Active tab: To interact with the page you’re currently viewing
Does Easy Scraper collect my data?
Does Easy Scraper collect my data?
- Send your scraped data to any servers
- Track what websites you scrape
- Collect or store your personal information
- Share your data with third parties
What happens to my scraped data?
What happens to my scraped data?
- Export it (download CSV/JSON or copy to clipboard)
- Clear your browser data
- Uninstall the extension