+ crawlfeed

Social media data in Zapier

Connect crawlfeed to Zapier to pull public TikTok, Instagram, YouTube, X and LinkedIn data into Sheets, Slack, Notion or a CRM. Setup, example Zaps and costs.

The crawlfeed app for Zapier

Coming soon · HTTP today

The Zapier app is being published. Until it is live, use the HTTP setup below: it reaches the same endpoints with the same key.

Triggers

  • New post by a profile
  • New comment on a post
  • New search result

Actions

  • Get profile
  • Get posts
  • Get comments
  • Search posts
  • Get transcript
  • Enrich Arabic text
  • Run any endpoint (all 201)

Set it up today with HTTP

Add the Webhooks by Zapier → GET step and fill it in like this. The example reads a TikTok creator’s latest posts; swap tiktok/posts for any endpoint in the coverage matrix. Webhooks by Zapier is included in Zapier’s paid plans.

URLhttps://api.crawlfeed.dev/v1/tiktok/posts
Query String Paramshandle = charlidamelio
HeadersAuthorization = Bearer sk_live_your_key
Unflattenyes

Paging. One request returns one page. For the next page, add a second GET step with the same URL and a cursor param mapped from meta next_cursor of the first.

The response is { data, meta }: map fields from data. Create the key at app.crawlfeed.dev, and keep it in the tool’s credentials store rather than pasting it into every step.

What people build

  • Post new TikTok videos from a creator to Slack

    1. 1crawlfeed: New post by a profile
    2. 2Slack: Send channel message
  • Log competitor Instagram posts to Google Sheets

    1. 1Schedule by Zapier: Every week
    2. 2crawlfeed: Get posts
    3. 3Google Sheets: Create rows
  • Summarise a YouTube video into Notion

    1. 1Notion: New database item (a video URL)
    2. 2crawlfeed: Get transcript
    3. 3ChatGPT: Summarise
    4. 4Notion: Update item
What a trigger costs

Zapier checks a trigger every 1 to 15 minutes, depending on your Zapier plan. Every check is a real call to crawlfeed, and a cached answer costs the same as a fresh one, so the interval sets the bill. At 1 credit per check:

96
credits/day at 15 min
288
credits/day at 5 min
1440
credits/day at 1 min

Failed calls are refunded. For daily reports, a schedule plus an action is far cheaper than a trigger.

Questions

Do I need a paid Zapier plan?

Not for crawlfeed. The crawlfeed app works on Zapier’s free plan; the HTTP route uses Webhooks by Zapier, which needs a paid Zapier plan. Your crawlfeed credits are billed separately: every call costs credits (most cost 1) and failed calls are refunded.

Which platforms can I reach?

All 26 crawlfeed platforms, including TikTok, Instagram, YouTube, X, Facebook, LinkedIn, Reddit and Threads, and every one returns the same fields, so one Zapier workflow works across all of them.

How much does a scheduled workflow cost?

Every check is a real call, and cached answers cost the same as fresh ones. A trigger that checks every 15 minutes spends 96 credits a day; every 5 minutes, 288. Check less often for anything that does not need to be instant.

Where do I get an API key?

Sign up at app.crawlfeed.dev and create a key under API keys. New accounts get free credits to try it.

Other integrations