Make integration for Reader. Scrape, crawl, and discover web pages in your Make scenarios.
- Get an API key at console.reader.dev
- In Make, add the Reader app to your scenario
- Connect your account with the API key
| 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 |
| Module | Description |
|---|---|
| Get Job Status | Get the status and results of an async job |
The JSON files in modules/ define each Make module:
scrape.json- Scrape a single URLcrawl.json- Crawl a websitediscover.json- Discover URLs onlyjob_status.json- Get job statuscancel_job.json- Cancel a job
These are uploaded via the Make developer portal when publishing the integration.
MIT