Free virtual event: hear from influencer leaders at ŌURA, Adobe, Stanley 1913 & more.
See the lineup
API
Overview

Build With The Richest Creator Data API

Access creator data across Instagram, TikTok, and YouTube. 380M+ profiles, each one with deep audience demographics, engagement metrics, and brand collaboration history. Search the full database or pull live content on demand, all through simple API endpoints.

The data layer trusted by Clay, Pietra, SWSH, and the 100+ teams building on creator data.

Coverage, depth, and freshness in one API

Coverage nobody else provides
The widest creator dataset with 380M+ creator profiles across Instagram, TikTok, and YouTube available through one API
Depth on every profile
Creator discovery, contact details, post comments, or brand-creator collaborations, get data that goes beyond the surface details.
Structured, fresh, and ready to use
Choose analyzed and aggregated data for discovery and vetting, or pull fresh content the moment it goes public.

40+ Datapoints to build with

Profile data
Surface the right creators in seconds. Get influencer bio, contact, account information, and more
Full name
Bio/Description
Profile URL
Verified status
Account type
Privacy status
Analytics data
Analyze a creator using performance data. Query growth and engagement statistics, content performance data.
Follower count and growth
Engagement rate
Engagements
Average likes, views
Paid post performance
Follower lists
Content metadata
Check content, comments, and more. Get post-level metrics with data points to query content and metadata.
Post count
Recent/popular/sponsored posts
Interests
Comments
Hashtags
Keywords

... And many more

Request a demo
Request a demo

Two APIs. Pick the one that fits, or use both.

Discovery API
Best for
Finding and vetting the right creators
Data type
Analyzed and aggregated
You get
Search and filters across 380M+, AI and image search, profile reports, audience demographics, creator lookalikes, audience overlap, collaboration history
Typical uses
Build discovery tools, run programmatic vetting, power lookalike search, enrich a CRM
Freshness
Refreshed, indexed, query-ready
Raw API
Best for
Monitoring and enriching in real time
Data type
Fresh and unfiltered
You get
On-demand posts, feeds, reels, hashtags, comments and replies, follower changes, media info and downloads
Typical uses
Track campaign posts as they go live, monitor brand mentions, run sentiment analysis, feed live data into LLMs
Freshness
Up-to-date, pulled on demand

Whatever you are building on creator data, we have you covered

Marketing agencies and teams
Turn complex client briefs into curated shortlists in minutes. Build automated reporting dashboards, check partnership history, or simply power your internal tools.
AI tools and agents
Give your agents creator data through the interface they already speak. Drop in the Modash MCP server and power your own agent with creator search, profile reports, collaboration history, and more.
Research and analysis
Study the creator economy at scale. Map collaborations, analyze audience authenticity and demographics across niches, and pull structured, normalized data for research through a single consistent API.

Here’s what customers say

The Modash API allows us to deliver actionable social insights and empowers our users to hire and  manage creators that are already creating content within their niche.
Ronak Trivedi
Co-Founder & CEO at Pietra
Ronak Trivedi
Co-Founder & CEO at Pietra
We're very excited to give our users access to such deep and detailed creator data through the Modash API. The creator economy is a vital part of going to market and partnering with Modash means our users can add yet another distribution channel to their own growth strategies.
Stefan Kollenberg
Technology Partnerships at Clay
Stefan Kollenberg
Technology Partnerships at Clay
Modash is our essential partner in very modern, data-driven influencer marketing. Without Modash, it'd be impossible for us to build our CRM with the resources we have.
Aleksander Kopyt
Head of Affiliate Marketing, Health Labs Care
Aleksander Kopyt
Head of Affiliate Marketing, Health Labs Care

One API. Unlimited opportunities

Custom influencer marketing platform. Use our API as the engine for a white-label platform. Offer your customers powerful influencer search, analytics, and campaign management tools under your own brand.
AI applications and agents. Use AI search endpoint and an API that LLMs understand to power your AI applications and agents. Build predictive analysis, automated negotiations, and more.
Internal tools and workflows. Connect your internal systems and workflows to supercharge your efficiency. Build automated vetting, reporting, or programmatic campaign tracking.

Engineered for world-class developer experience

Developer first API-design. Modash API is built for developers to get from an idea to production-ready as quickly as possible.

Predictable and resource-oriented endpoints and URLs based on REST principles.
Uses stateless communication and a uniform, consistent interface.
Clean, structured JSON, making requests and responses easy to handle.

Interactive and comprehensive docs. We offer comprehensive docs with quickstart guides, core concept explainers, and an interactive API reference.

Make successful API call in under five minutes in multiple languages, including Node.js, Python, Java and more.
Test endpoints and see live responses directly within the documentation without writing any code.

Expert support and guidance. You’ll get a dedicated account manager eager to understand your goals and guide you every step of the way to success.

We use the Modash API ourselves to power modash.io! That means we’ve lived the challenges, built around them, and have best practices to share.

Sample query and response. See how a creator search works with Modash API. Below is a sample of the endpoint to give you a feel for the data. For other endpoints and filters, head to the API docs.

Request
curl -X POST https://api.modash.io/v1/instagram/search \
  -d '{
  "page": 0,
  "calculationMethod": "median",
  "sort": {
    "field": "followers",
    "direction": "desc"
  },
  "filter": {
    "influencer": {
      "followers": {
        "min": 10000000
      },
      "location": [
        148838
      ],
      "language": "en",
      "gender": "FEMALE",
      "hasContactDetails": [
        {
          "contactType": "email",
          "filterAction": "must"
        }
      ]
    },
    "audience": {
      "credibility": 0.75
    }
  }
}'
Response
"error": false,
  "total": 1,
  "directs": [],
  "lookalikes": [
    {
      "userId": "1436859892",
      "profile": {
        "engagementRate": 0.003151757224958296,
        "engagements": 517148,
        "followers": 164082435,
        "fullname": "Cardi B",
        "url": "https://www.instagram.com/iamcardib/",
        "username": "iamcardib",
        "isVerified": true,
        "isPrivate": false,
        "picture": "https://imgigp.modash.io/v2?mb0KwpL92uYofJiSjDn1%2F6peL1lBwv3s%2BUvShHERlDY9F5GYbaeWl4lnJ0Tkae%2FavSjl70NELh8%2F1itG6Vm5SASP4YWw4xzbmjEHtO%2BcO2aeO8nVKWF1vGSFzALLvA1ZgNlJUwVYqIiahjW32e%2BqWA%3D%3D"
      },
      "match": {
        "influencer": {
          "geo": {
            "country": {
              "id": 148838,
              "name": "United States",
              "coords": {
                "lat": 38.89511,
                "lon": -77.03637
              },
              "code": "US"
            }
          },
          "language": {
            "code": "en",
            "name": "English"
          },
          "gender": "FEMALE"
        },
        "audience": {
          "credibility": 0.7675
        }
      }
    }
  ],
  "isExactMatch": true
}

Getting started is easy. Book a call, share your goals and start building

Request a demo
Request a demo
Can't find your use-case? Let's discuss!
Request a demo
Request a demo

Frequently asked questions

Can I test the API?
Yes! Book a call with our team and we can get you set up with testing credits. You can also learn more by reading our documentation on testing.
How does the pricing work?
The pricing for Discovery API starts at $16,200 per year and the Raw API pricing starts at $10,000 per year. Check the pricing page for details.
How does the credits work?
The API operates on a monthly credit-based system. Different endpoints consume credits differently. For example, a search request costs a small number of credits for each result it returns (e.g., 0.01 credits per influencer found). Check the pricing page for details.
What's the difference between the Discovery API and the Raw API?
The Discovery API provides analyzed, aggregated, and searchable data. It's built for finding new creators and understanding their audience and performance (e.g., engagement rate, audience demographics, fake follower scores).

The Raw API provides live, unfiltered data, such as their most recent posts or live follower list, and is best for real-time monitoring or tracking.
Can I access the API with a platform plan?
No, the Modash platform & API are priced separately. You can find platform pricing here, which has monthly plans available starting at $299/month.