> For the complete documentation index, see [llms.txt](https://docs.scraperapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scraperapi.com/resources/release-notes/june-2026/scraperapi-zapier-integration.md).

# ScraperAPI Zapier Integration

### Overview

The official ScraperAPI app for Zapier is now live in the Zapier App Directory. Bring ScraperAPI's extraction, structured-data, and crawling capabilities directly into your Zaps — no code required.

[View on Zapier](https://zapier.com/apps/scraperapi/integrations) · [GitHub](https://github.com/scraperapi/scraperapi-zapier)

### What's included

#### Extract data from any URL

* Extract Data from URL — Send any URL through ScraperAPI's main endpoint and receive the response as HTML, Markdown, plain text, CSV, or parsed JSON.

#### Structured data from supported sites

A single Get Structured Data action exposes parsed JSON output across the sites we support. Pick a category, then an operation — input fields adapt automatically to the operation you choose.

Supported operations at launch:

* Amazon — Product details, Search, Offers
* Google — Search, Jobs, News, Shopping, Maps search
* eBay — Search, Product details
* Walmart — Search, Category browse, Product details, Reviews
* Redfin — Listings for sale, Listings for rent, Search, Agent profile

#### Crawler jobs as Zap steps

Drive recursive crawls from inside a Zap and stream results to your own webhook:

* Create Crawler Job — Start a crawl from a seed URL.
* Get Crawler Job Status — Poll progress.
* Cancel Crawler Job — Stop an active crawl.

### Getting started

1. Find ScraperAPI in the Zapier App Directory.
2. Connect your account using your ScraperAPI API key.
3. Add an action to any Zap and start automating.

### Feedback

Issues, feature requests, and contributions are welcome on [GitHub](https://github.com/scraperapi/scraperapi-zapier).

\ <a href="https://docs.scraperapi.com/integrations/automation-and-workflow-integrations" class="button primary">Check documentation</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.scraperapi.com/resources/release-notes/june-2026/scraperapi-zapier-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
