Import into n8n
Turn a data request into a useful workflow
Download a workflow, connect your accounts and choose what to collect. Each includes the request, output mapping and destination.
Get started
- Download a JSON file below and import it using n8n’s workflow menu.
- Edit the Configure node. Set the source and destination. The API URL and key must belong to the same environment.
- On Get data, select a Header Auth credential with header Name
x-api-keyand your Monocrawl key as its Value. Connect Google Sheets or Slack on the destination node. - Run a manual test, check the output, then publish the workflow to enable its daily schedule. Check your n8n timezone.
A manual test makes a paid API request and writes or sends real data to your chosen destination. Imports are inactive. n8n runs these automations; they are separate from dashboard Monocrawl monitors.
Use an API key with a lifetime credit cap to control spend. Each execution makes one bounded request, with no automatic pagination or request retries. n8n and destination services may have their own charges.
YouTube uploads to Google Sheets
Keep one row per video. Repeated checks update existing IDs instead of appending duplicates.
Requests the newest 25 videos by default, without automatic pagination. A channel publishing more between checks can exceed this window.
Up to 1 credit per execution · ≈ 0.22p
Required sheet headers
id,title,url,published_at,channel,observed_at,request_id
New Indeed jobs to Slack
Send previously unseen matching job listings to a selected Slack channel.
Sends the first returned page on the first scheduled run. Remembers up to 5,000 delivered IDs. n8n only persists this state for successful scheduled/published executions, so manual tests can send duplicates.
Up to 3 credits per execution · ≈ 0.67p
Amazon price history to Google Sheets
Append daily price observations and mark whether the price changed since the last successful scheduled check.
Tracks the displayed product price for one marketplace, not all sellers, coupons or delivery charges. Missing prices fail visibly rather than being recorded as zero.
Up to 5 credits per execution · ≈ 1.11p
Required sheet headers
observed_at,asin,title,price,currency,price_changed,url,request_id
Estimated at the Standard pack rate (£49 for 22,000 credits). Your effective rate depends on your pack.
Workflows use n8n’s standard nodes. The mappings have fixture checks; connecting your credentials and a live destination still requires your own test. Remembered state is saved by n8n on successful published runs, not manual tests. Partial delivery failures can produce duplicates on a later run; keep concurrent executions at one.