instagram · fetchsolari:readサインイン済みの SOLARI アカウントであれば利用できます。
solari fetch instagram posts
Collect one Instagram account's posts into the catalog.
- MCP ツール
- solari_fetch_instagram_posts
- CLI
- solari fetch instagram posts
- アクセス権
- solari:readサインイン済みの SOLARI アカウントであれば利用できます。サインイン済みの SOLARI アカウントであれば利用できます。
- Required plan
- Free
- Credit
- 0
概要
Collect posts for one Instagram account into the SOLARI catalog by exact username. This is not a post listing. If the handle is already stored, nothing is scraped.
どんなときに使うか — When catalog posts does not know an exact handle you already have.
何が返るか — Whether it was ingested, how many posts came back, and the catalog command to read them.
パラメータ
- usernamestring必須
- Instagram username.≤ 64 chars
レスポンス
Response
- ingestedboolean
- true if this call collected it live.
- already_trackedboolean
- true if it was already in the catalog.
- fetched_on_demandboolean
- Same as ingested.
- foundboolean
- false if the handle could not be collected.
- account_iduuid
- The ingested account.
- usernamestring
- Resolved handle.
- totalinteger
- Posts available so far.
- notestring
- What to expect next.
- nextstring
- Catalog command to read the result.
例
リクエスト
$ solari fetch instagram posts username=innisfreeofficialレスポンス · 読みやすさのため、長い文字列と繰り返しの配列要素を省略しています。
{
"ingested": false,
"already_tracked": true,
"fetched_on_demand": false,
"found": true,
"account_id": "018cabce-14cc-7544-8890-7811ec33ef74",
"username": "innisfreeofficial",
"total": 12,
"note": "Already in the SOLARI catalog. Nothing was scraped.",
"next": "solari catalog instagram account posts username=innisfreeofficial"
}MCP 呼び出しとして
{
"name": "solari_fetch_instagram_posts",
"arguments": {
"username": "innisfreeofficial"
}
}注意点
- Do not use this to list stored posts. Use catalog instagram account posts for that.
- A first-time ingest can take several seconds. Only recent posts exist until the crawl finishes.
関連ツール
- solari_fetch_instagram_accountIngest one Instagram handle into the catalog.
- solari_catalog_instagram_account_postsInstagram アカウントの投稿です。
- solari_catalog_instagram_account_search集めた Instagram アカウントをユーザー名、名前、Bio の語句から探します。account_id を取るときに使えます。
機械可読な形式: /docs/tools/fetch-instagram-posts.md