> ## Documentation Index
> Fetch the complete documentation index at: https://docs.easyscraper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

> Install Easy Scraper and run your first scrape in minutes

## Installation

<Steps>
  <Step title="Install the extension">
    Install Easy Scraper from the [Chrome Web Store](https://easyscraper.com/install). The extension is compatible with all Chromium-based browsers including Chrome, Edge, Brave, and Opera.
  </Step>

  <Step title="Pin the extension">
    After installation, pin the Easy Scraper extension to your browser toolbar for easy access. Click the puzzle icon in your toolbar and click the pin icon next to Easy Scraper.
  </Step>
</Steps>

## Your First Scrape

Let's walk through a simple example to get you started.

<Steps>
  <Step title="Navigate to a website with a list">
    Go to any website that displays a list of items. For example, a search results page, product listings, or a blog with multiple articles.
  </Step>

  <Step title="Open Easy Scraper">
    Click the Easy Scraper icon in your browser toolbar. The extension will automatically detect lists on the page.
  </Step>

  <Step title="Configure your scrape">
    The extension will show you a preview of the detected list. You can:

    * Edit fields
    * Configure pagination options (scroll, next page, load more)
    * Set limits on the number of items to scrape
  </Step>

  <Step title="Start scraping">
    Click the "Start Scraping" button. Easy Scraper will extract the data and display it in a table.
  </Step>

  <Step title="Export your data">
    Download your data as CSV or JSON, or copy it to your clipboard to paste into a spreadsheet.
  </Step>
</Steps>

## What's Next?

Now that you've completed your first scrape, explore more advanced features:

<CardGroup cols={2}>
  <Card title="List Scraping Guide" icon="list" href="/list-scraping">
    Learn how to scrape lists with pagination and advanced options
  </Card>

  <Card title="Page Details Scraping Guide" icon="file-text" href="/details-scraping">
    Extract data from multiple individual pages using URLs
  </Card>

  <Card title="FAQ" icon="circle-question-mark" href="/faq">
    Find answers to common questions and troubleshooting tips
  </Card>
</CardGroup>

## Need Help?

If you run into any issues or have questions:

* Check the [FAQ](/faq) for common solutions
* [Report a bug](https://easyscraper.com/report-bug) if you encounter issues
* Read the detailed guides for [List Scraping](/list-scraping) and [Page Details Scraping](/details-scraping)
