Make
Pull live social and web data into Make scenarios with your Social Fetch API key.
Add Social Fetch to Make scenarios with your sfk_… API key. Each module returns the same { data, meta } envelope as the REST API. Invite-based custom app until directory listing.
What you'll need
- A Make account.
- A Social Fetch API key (starts with
sfk_) — create one in your API Keys dashboard. - Credits for metered routes — see Credits & billing.
Install
- Open the invite link and accept Social Fetch into your organization.
- In a scenario, search for Social Fetch and pick a module (for example Get a profile).
Credentials
- Open a Social Fetch module and create a connection.
- Paste your full
sfk_…key from API Keys and save. - Make validates the key with
GET /v1/whoamibefore saving.
The same connection is reused across every Social Fetch module in your organization.
Modules
Capability modules over the public API — profiles, posts, transcripts, search, web, ads, and a Watch new items trigger. Full generated catalog:
Search modules paginate with a limit (default 10). Raising it may fetch more pages and spend more credits. Every module maps to routes in the API reference.
Credits
Each run consumes credits. meta.creditsCharged is on every response. See Credits & billing for metered routes and 402 handling.