Make.com scenario blueprints for sending Apify Actor results to Google Sheets or a Slack incoming webhook. Configure connections, inputs, and destinations before running. Apify and Make usage charges may apply.
| Scenario | Public Make Template | Blueprint File | Description |
|---|---|---|---|
| Google Maps Local Leads | Open in Make | google_maps_leads_to_sheets_blueprint.json |
Scrapes commercial businesses, phones, addresses, ratings directly to Google Sheets. |
| Google News Results | Open in Make | google_news_to_sheets_blueprint.json |
Exports headlines, publishers, timestamps, article links, and snippets into Sheets. |
| Grants.gov Opportunities | Open in Make | grants_gov_to_sheets_blueprint.json |
Exports federal funding opportunities, deadlines, award amounts, contacts, and links. |
| TED EU Tenders | Open in Make | ted_eu_tenders_to_sheets_blueprint.json |
Exports European procurement notices, buyers, deadlines, values, and source documents. |
| NHTSA Vehicle Recalls | Open in Make | nhtsa_recalls_to_sheets_blueprint.json |
Exports official vehicle recall campaigns, defects, warnings, affected units, and remedies. |
| SEC EDGAR 10-K & 8-K Filings | Open in Make | sec_edgar_to_slack_blueprint.json |
Sends retrieved SEC filing records to a Slack incoming webhook when run. |
| California Contractor Licenses | Open in Make | california_contractors_to_sheets_blueprint.json |
Extracts verified state contractor licenses, bond statuses, and corporate entities into Sheets. |
| Glassdoor Active Job Postings | Open in Make | glassdoor_jobs_to_sheets_blueprint.json |
Tracks tech hiring, salary estimates, and company ratings into a live spreadsheet. |
All eight templates were approved by Make on September 15, 2026. Use the Open in Make links for guided setup (Make sign-in may be required), or download a blueprint to configure a scenario yourself. Connect your own accounts and review the inputs before running. The share links use Make’s /en/hq/template/ route; the older /en/templates/ URLs are not valid for these templates.
... (More) menu icon.Import Blueprint and upload any of the .json files from this directory.Before running the SEC blueprint, create a Make data store with a sent_at field of type Date. Select that same store in both Data store modules (4 and 5). Use a separate store for each independently notified Slack destination. The store and its history are not included in a blueprint import.
The workflow checks each filing’s accession_number, skips recorded filings, and saves a receipt only after Slack succeeds. Keep Sequential processing enabled and HTTP error handling enabled. Do not run multiple scenario copies against the same store concurrently. Failed deliveries remain eligible for retry.
The first run sends the matching filings it finds, including older filings. History persists until you remove records or change stores; a full store requires attention. This is not an exactly-once guarantee: a timeout or interruption after Slack accepts a message but before the receipt is saved can still cause a repeat. Check Slack before manually replaying an ambiguous failure.
When chaining Make’s official Apify: Run an Actor and Apify: Get Dataset Items modules:
(Note: Map the top-level 1. defaultDatasetId, NOT the nested options dictionary under data.options).
oror