Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Reader for Zapier

Zapier integration for Reader. Scrape, crawl, and discover web pages in your Zaps.

Setup

  1. Get an API key at console.reader.dev
  2. Add the Reader app to your Zap
  3. Connect your account with the API key

Actions

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

Searches

Search Description
Get Job Status Get the status and results of an async job

Triggers

Trigger Description
Job Completed Triggers when an async job completes (polling)

Example Zaps

Scrape a page and save to Google Sheets

  1. Trigger: Schedule (every day)
  2. Action: Reader - Scrape URL
  3. Action: Google Sheets - Create Row

Crawl a docs site and send digest to Slack

  1. Trigger: Schedule (weekly)
  2. Action: Reader - Crawl Website
  3. Action: Slack - Send Channel Message

Development

# Install dependencies
npm install

# Run tests
npm test

# Push to Zapier
zapier push

License

MIT