Social Media Post Search API — TikTok, Instagram, YouTube: AI Large Language Models

Search public posts by keyword or hashtag on TikTok, Instagram, or YouTube from a single MuAPI endpoint. Search public posts by keyword or hashtag on TikTok, Instagram, or YouTube.

Interactive model controls

Search public posts by keyword or hashtag on TikTok, Instagram, or YouTube.

📝

Tổng quan

Về mô hình này

Social Search Posts finds public posts by keyword or hashtag across TikTok, Instagram, and YouTube from one normalized endpoint, for social listening, trend discovery, and creator/content discovery — distinct from Social Read Posts, which fetches a known account's own post history rather than searching across accounts.

1Monitor what's being posted about a topic, brand, or hashtag
2Discover trending content and creators around a niche or keyword
3Research competitor mentions or campaign hashtags across platforms
4Feed keyword-matched posts into a trend or sentiment analysis workflow
💰

Giá cả & Giá trị

Phân tích chi phí

muapiappFrom $0.02 per search (reserved; settled down to actual cost)

Keyword/hashtag post search with a normalized, structured JSON response.

** Giá của đối thủ cạnh tranh được ước tính dựa trên kiến ​​trúc mô hình và cấp độ sử dụng tương tự.

⚙️

Chi tiết kỹ thuật

Lược đồ cấu hình

platformEnum (tùy chọn 3)

Social platform to search.

Giá trị mặc định-
Querystring

Keyword to search for. On instagram, a leading '#' searches by hashtag instead of keyword.

Giá trị mặc địnhai video generator
limitinteger

Maximum number of results to return.

Giá trị mặc định-
📖

Hướng dẫn thực hiện

Tài liệu dành cho nhà phát triển

How to Use Social Search Posts

  1. Provide a platform: tiktok, instagram, or youtube.
  2. Provide a query: a keyword, or a #hashtag on instagram.
  3. Optionally provide a limit: maximum number of results.
  4. Read the result: matching posts/videos.
curl -X POST https://api.muapi.ai/api/v1/social-search-posts \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "platform": "tiktok",
    "query": "ai video generator"
  }'

Câu hỏi thường gặp

Thường xuyên hỏi

Does this support Reddit or LinkedIn?

Not currently — only tiktok, instagram, and youtube are supported.

How is this different from Social Read Posts?

Social Read Posts fetches a known account's own recent posts by username. Social Search Posts searches across all public posts by keyword or hashtag, without knowing a specific account.

What if no results are found for the query?

The request fails with a no-match error and is not charged; try a broader keyword or a different platform.