Zapier integration for Reader . Scrape, crawl, and discover web pages in your Zaps.
Get an API key at console.reader.dev
Add the Reader app to your Zap
Connect your account with the API key
Action
Description
Scrape URL
Scrape a web page and return its content as markdown
Crawl Website
Crawl a website, discovering and scraping all linked pages
Discover URLs
Discover all URLs on a website without scraping (1 credit flat)
Cancel Job
Cancel a running async job
Search
Description
Get Job Status
Get the status and results of an async job
Trigger
Description
Job Completed
Triggers when an async job completes (polling)
Scrape a page and save to Google Sheets
Trigger: Schedule (every day)
Action: Reader - Scrape URL
Action: Google Sheets - Create Row
Crawl a docs site and send digest to Slack
Trigger: Schedule (weekly)
Action: Reader - Crawl Website
Action: Slack - Send Channel Message
# Install dependencies
npm install
# Run tests
npm test
# Push to Zapier
zapier push
MIT