Influencer Marketing Intelligence Scraper — Later Alternative avatar

Influencer Marketing Intelligence Scraper — Later Alternative

Pricing

from $50.00 / 1,000 creator intelligence reports

Go to Apify Store
Influencer Marketing Intelligence Scraper — Later Alternative

Influencer Marketing Intelligence Scraper — Later Alternative

Analyze public Instagram, TikTok, and YouTube creators by handle. Returns profile data, recent content performance, engagement estimates, and text-based sponsorship signals for creator shortlisting.

Pricing

from $50.00 / 1,000 creator intelligence reports

Rating

0.0

(0)

Developer

Khadin Akbar

Khadin Akbar

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Analyze a known shortlist of public Instagram, TikTok, and YouTube creators. Each result is one source-linked creator report with a profile snapshot, capped recent-content metrics, a visible-metric engagement estimate, and text-based sponsorship-disclosure signals.

Use it to vet public creator handles before outreach, keep a recurring public-performance watchlist, or feed structured creator evidence into a research workflow. It is designed for known public shortlists and focused pre-outreach review.

What you get

FieldMeaning
profileUrl, handle, platformPublic source and normalized creator identity
followerCount, contentCount, verifiedPublic profile snapshot when the platform exposes it
recentPostsCapped public post/video previews with their available metrics
averageLikeCount, averageCommentCount, averageViewCountMeans calculated from the returned recent content
estimatedEngagementRateVisible likes plus comments divided by public followers; a public-content comparison measure for creator review
sponsorSignalPostsText disclosure cues such as #ad, “sponsored”, affiliate language, or a discount code; a human-confirmation cue for partnership review
provider, scrapedAtCollection provenance and time

Input

{
"creatorTargets": [
{ "platform": "instagram", "handle": "natgeo" },
{ "platform": "tiktok", "handle": "natgeo" },
{ "platform": "youtube", "handle": "NationalGeographic" }
],
"maxRecentPosts": 5,
"providerOrder": "scrapecreators-first"
}

The Actor accepts up to 25 public profiles per run. Owner-managed ScrapeCreators and SociaVault credentials provide the data access while the user supplies only public handles or profile URLs.

Example output

{
"recordType": "creator-intelligence-report",
"platform": "instagram",
"handle": "natgeo",
"profileUrl": "https://www.instagram.com/natgeo/",
"followerCount": 1000000,
"averageLikeCount": 2400,
"averageCommentCount": 80,
"estimatedEngagementRate": 0.25,
"sponsorSignalCount": 1,
"sponsorSignalPosts": [
{ "postId": "example", "postUrl": "https://www.instagram.com/p/example/", "signals": ["ad-disclosure"] }
],
"provider": "scrapecreators",
"scrapedAt": "2026-08-31T12:00:00.000Z"
}

Pricing

  • Pay per event pricing includes apify-actor-start: $0.00005 once per run.
  • creator-intelligence-report: $0.05 for each validated public creator report written to the dataset.
  • Apify platform usage is additional and passed through to the caller.

For example, ten completed reports have $0.50005 in event charges before platform usage. The live Pricing tab is the current source of truth after deployment. Provider costs are owner-managed and excluded from Actor input.

Focused standalone workflow

Choose this Actor when a campaign already has public creator handles and needs comparable evidence before outreach. It works as a focused standalone workflow: start with a concise platform-specific shortlist, use five recent posts for a balanced first review, then pass the source-linked reports to your approved creator-relationship, outreach, or campaign-management workflow. Broader creator discovery, authenticated audience insights, team collaboration, and attribution continue naturally in the system your team uses for those steps.

Workflow story: vet a fitness-campaign shortlist

An agency already has 12 public creator handles from referrals and campaign research. It runs this Actor with five recent posts per creator, exports the source-linked reports, ranks accounts against the campaign brief, and sends the selected handles into its approved outreach process. Later scheduled collections produce new public snapshots; conversion, audience-demographic, brand-safety, and partnership decisions remain with the team’s review process.

API and agent use

Run through the Apify API, then retrieve the default dataset and OUTPUT/RUN_SUMMARY records. A suitable agent instruction is:

Analyze these public Instagram, TikTok, and YouTube creator handles. Return the public profile source, visible recent-post metrics, engagement estimate, and disclosure signals. Treat sponsorship signals as cues for human confirmation.

curl -X POST "https://api.apify.com/v2/acts/khadinakbar~influencer-marketing-intelligence-scraper/runs?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"creatorTargets":[{"platform":"instagram","handle":"natgeo"}],"maxRecentPosts":5}'

For AI-agent use, retrieve the dataset after completion and inspect OUTPUT.outcome plus each record’s profileUrl, provider, and scrapedAt before making a shortlist decision. This keeps the output, scope, collection time, and per-report cost visible to the reviewer.

How this workflow compares with Later

Decision areaThis ActorLater InfluenceTradeoff
ScopeScrapes a supplied shortlist of public creator profiles and recent content.Later Influence combines creator discovery, campaign workflows, tracking, and reporting.Use this Actor for an on-demand evidence export; use Later for the broader influencer-program suite.
Creator discoveryRequires known public handles or URLs.Later’s Influencer Index is a global discovery database with search and filters.Use Later when the starting point is a broad creator search rather than a shortlist.
Output contractReturns structured JSON/CSV-ready creator reports with source URLs and timestamps.Later presents creator and campaign information inside its managed platform.Use the Actor when a pipeline needs a bounded machine-readable snapshot.
Public sponsorship cuesFlags only visible text disclosure cues in returned recent content.Later may include profile and performance information where available.Neither public cue is proof of a paid relationship; confirm partnerships with the creator or campaign records.
Billing and cost$0.05 per completed creator report plus platform usage.Later’s plan and enterprise terms vary with the required program.Compare the same workload, plan, and usable-output calculation before selecting a cost model.
Automation and integrationsAPI-ready output; scheduled or MCP-client claims remain pending live verification.Later provides the broader campaign workflow and reporting environment.Choose based on the required operating model rather than tool labels.

Later documents a broader suite for creator discovery, campaign workflows, tracking, and reporting, including its Influencer Index and available creator-profile insights. This Actor replaces only the bounded public-shortlist intelligence step. Later remains the better fit for campaign management, relationship records, authenticated audience data, paid-media and commerce attribution, team collaboration, or consolidated reporting. Later creator discovery · Later influencer analytics

This independent Actor is not affiliated, associated, or endorsed by Later.

Best results guidance and responsible use

  • Use public creator profiles that you are authorized to collect and assess under applicable laws, platform terms, and your organization’s responsible-research policies.
  • Use the engagement estimate as a visible-content comparison input alongside creator review, audience fit, and your campaign brief.
  • Treat sponsorship cues as a prompt for human confirmation with the creator or campaign owner.
  • When a provider returns a partial public feed, use RUN_SUMMARY and the source URL to confirm which evidence was available before advancing the creator.

Builder's note

I designed this Actor around the evidence most useful before outreach: a stable public source, a current collection time, a small reviewable content sample, and explicit uncertainty. The implementation deliberately separates a visible-metric engagement estimate from audience quality, conversion, fraud, and confirmed commercial relationships so a report helps human review instead of pretending to make the partnership decision.

Terminal outcomes

Every run writes both OUTPUT and RUN_SUMMARY.

  • COMPLETE: every requested creator produced a validated report.
  • PARTIAL: at least one useful report was returned, with a target or recent-content warning.
  • VALID_EMPTY: no public result matched a valid request.
  • INVALID_INPUT: a target, platform, or run bound was invalid.
  • UPSTREAM_FAILED: no useful report could be retrieved from the configured providers.
  • CONFIG_ERROR: neither required owner-managed provider key is configured.