Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Reader for Make

Make integration for Reader. Scrape, crawl, and discover web pages in your Make scenarios.

Setup

  1. Get an API key at console.reader.dev
  2. In Make, add the Reader app to your scenario
  3. Connect your account with the API key

Modules

Actions

Module Description
Scrape a Website Scrape a web page and return its content as markdown, HTML, or screenshot
Crawl a Website Crawl a website, discovering and scraping all linked pages
Discover URLs Discover all URLs on a website without scraping content (1 credit flat)
Cancel Job Cancel a running async job

Searches

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

Module Definitions

The JSON files in modules/ define each Make module:

  • scrape.json - Scrape a single URL
  • crawl.json - Crawl a website
  • discover.json - Discover URLs only
  • job_status.json - Get job status
  • cancel_job.json - Cancel a job

These are uploaded via the Make developer portal when publishing the integration.

License

MIT