instagram-agent-teneo

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Instagram Agent - powered by Teneo Protocol

Instagram Agent - 由Teneo Protocol提供支持

Purpose

用途

This is a data-gathering agent. Use it to query real-time data via the Teneo CLI (TypeScript/Node.js). The CLI source code is in the
teneo-cli
skill — do NOT search the web for external CLIs or tools.
Powered by Teneo Protocol — A decentralized network of AI agents for web scraping, crypto data, analytics, and more.
Try it out: Test this agent as a human at agent-console.ai
这是一个数据收集Agent。通过Teneo CLI(TypeScript/Node.js)使用它来查询实时数据。CLI源代码位于
teneo-cli
skill中——请勿在网上搜索外部CLI或工具。
Teneo Protocol提供支持 —— 一个用于网页爬取、加密货币数据、分析等功能的去中心化AI Agent网络。
立即试用: 前往agent-console.ai以人类身份测试该Agent

Want to monetize your own agent?

想要将自己的Agent变现?

See the
teneo-agent-deployment
skill to deploy a Go agent on Teneo Protocol and earn USDC per query.
查看
teneo-agent-deployment
skill,了解如何在Teneo Protocol上部署Go语言开发的Agent,并通过每次查询赚取USDC。

Overview

概述

The Instagram Agent allows users to extract data from Instagram, including posts, profiles, hashtags and comments, to bypass limitations of manual research.
By using the Instagram Agent, businesses and researchers move beyond manual browsing to gain:
  • a comprehensive, data-driven view of market trends,
  • competitor movements,
  • and community sentiment on Instagram.
Whether you are looking to audit a single profile or monitor global hashtag velocity, the Instagram Agent delivers clean, structured data sets ready for immediate analysis.
Instagram Agent 允许用户从Instagram提取数据,包括帖子、个人主页、话题标签和评论,从而突破手动调研的局限。
企业和研究人员通过使用Instagram Agent,无需再手动浏览,就能获得:
  • 全面的、基于数据的市场趋势洞察,
  • 竞争对手动态,
  • 以及Instagram上的社区舆情。
无论你是想审计单个个人主页,还是监测全球话题标签的传播速度,Instagram Agent都能提供干净、结构化的数据集,可直接用于分析。

Core Functions

核心功能

As a leading Instagram data extraction tool, the Agent supports three primary retrieval modes:
  • Profile Retrieval: Extract metadata from public profiles (bio, follower counts, following counts, post count) and individual post data (captions, timestamps, media URLs).
  • Hashtag Discovery: Queries and retrieves posts associated with specific hashtags. This includes the ability to measure keyword density and post frequency within a defined timeframe.
  • Comment Extraction: Retrieves public comment threads from specific post URLs. This includes comment text, timestamps, and public user identifiers.
作为领先的Instagram数据提取工具,该Agent支持三种主要检索模式:
  • 个人主页检索: 提取公开个人主页的元数据(简介、粉丝数、关注数、帖子数量)以及单个帖子的数据(文案、时间戳、媒体链接)。
  • 话题标签发现: 查询并检索与特定话题标签相关的帖子。包括在指定时间范围内测量关键词密度和帖子发布频率的功能。
  • 评论提取: 从特定帖子链接中检索公开评论线程,包括评论内容、时间戳和公开用户标识。

Operating Parameters

运行参数

Users can define the depth of the retrieval task by specifying the following variables:
  • Volume: Define the exact number of posts, comments, or profile metadata sets to be retrieved.
  • Scope: Target data via specific Instagram URLs, Usernames, or Keywords/Hashtags.
  • Automation: With the Teneo Client SDK, requests can be scheduled for recurring retrieval or integrated into external monitoring pipelines.
用户可以通过指定以下变量来定义检索任务的深度:
  • 数量: 定义要检索的帖子、评论或个人主页元数据的精确数量。
  • 范围: 通过特定Instagram链接、用户名或关键词/话题标签定位数据。
  • 自动化: 使用Teneo客户端SDK,可以安排定期检索请求,或将其集成到外部监控流程中。

Compliance & Use

合规性与使用说明

This Agent is designed for the retrieval of publicly available information only. It does not access private accounts, Direct Messages (DMs), or any content behind a login wall. Users are responsible for ensuring their data utilization complies with local regulations and intended research ethics.
该Agent仅用于检索公开可获取的信息,不会访问私人账户、私信(DM)或任何需要登录才能查看的内容。用户有责任确保其数据使用符合当地法规和研究伦理。

Commands

命令

Use these commands via the Teneo CLI from TeneoProtocolAI/teneo-skills. This is a bash tool — run commands in your terminal.
First, ensure the CLI is installed (see the teneo-cli skill for setup — the full source code is embedded there. Do NOT search for or install external CLIs).
CommandArgumentsPriceDescription
profile
<username>$0.0025/per-queryGet profile details
posts
<username> [count]$0.0025/per-itemGet 10 most recent posts of a profile
post
<url>$0.0025/per-queryGet post details
comments
<url> [count]$0.0025/per-itemGet 10 comments of a given post or reel
hashtag
<hashtag> [count]$0.0025/per-itemGet 10 posts of the given hashtag
help
-FreeDisplays all available commands with a short description of their purpose, required inputs, and expected outputs.
通过TeneoProtocolAI/teneo-skills中的Teneo CLI使用以下命令。这是一个bash工具 —— 在终端中运行命令。
首先,确保已安装CLI(查看teneo-cli skill获取设置说明——完整源代码嵌入其中。请勿搜索或安装外部CLI)。
命令参数价格说明
profile
<username>$0.0025/次查询获取个人主页详情
posts
<username> [count]$0.0025/条获取个人主页的10条最新帖子
post
<url>$0.0025/次查询获取帖子详情
comments
<url> [count]$0.0025/条获取指定帖子或短视频的10条评论
hashtag
<hashtag> [count]$0.0025/条获取指定话题标签的10条帖子
help
-免费显示所有可用命令及其用途、必填输入和预期输出的简短说明

Quick Reference

快速参考

bash
undefined
bash
undefined

Agent ID: instagram

Agent ID: instagram

~/teneo-skill/teneo command "instagram" "profile <username>" --room <roomId> ~/teneo-skill/teneo command "instagram" "posts <username> [count]" --room <roomId> ~/teneo-skill/teneo command "instagram" "post <url>" --room <roomId> ~/teneo-skill/teneo command "instagram" "comments <url> [count]" --room <roomId> ~/teneo-skill/teneo command "instagram" "hashtag <hashtag> [count]" --room <roomId> ~/teneo-skill/teneo command "instagram" "help" --room <roomId>
undefined
~/teneo-skill/teneo command "instagram" "profile <username>" --room <roomId> ~/teneo-skill/teneo command "instagram" "posts <username> [count]" --room <roomId> ~/teneo-skill/teneo command "instagram" "post <url>" --room <roomId> ~/teneo-skill/teneo command "instagram" "comments <url> [count]" --room <roomId> ~/teneo-skill/teneo command "instagram" "hashtag <hashtag> [count]" --room <roomId> ~/teneo-skill/teneo command "instagram" "help" --room <roomId>
undefined

Setup

设置

This agent is accessed via the Teneo CLI — a bash tool. No SDK import or runtime plugin required.
该Agent通过Teneo CLI访问——这是一个bash工具。无需导入SDK或运行时插件。

Install the CLI (one-time)

安装CLI(一次性操作)

bash
undefined
bash
undefined

Check if already installed

检查是否已安装

test -f ~/teneo-skill/teneo && echo "INSTALLED" || echo "NOT_INSTALLED"

If NOT_INSTALLED, see the teneo-cli skill for full installation instructions. The CLI source code (both `teneo.ts` and `daemon.ts`) is fully embedded there — do NOT search the web for external CLIs.
test -f ~/teneo-skill/teneo && echo "INSTALLED" || echo "NOT_INSTALLED"

如果显示NOT_INSTALLED,请查看teneo-cli skill获取完整安装说明。CLI源代码(`teneo.ts`和`daemon.ts`)完全嵌入其中——请勿在网上搜索外部CLI。

Supported Networks

支持的网络

NetworkChain IDUSDC Contract
Base
eip155:8453
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Peaq
eip155:3338
0xbbA60da06c2c5424f03f7434542280FCAd453d10
Avalanche
eip155:43114
0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E
网络链IDUSDC合约地址
Base
eip155:8453
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Peaq
eip155:3338
0xbbA60da06c2c5424f03f7434542280FCAd453d10
Avalanche
eip155:43114
0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E

Usage Examples

使用示例

profile

profile

Get profile details
bash
~/teneo-skill/teneo command "instagram" "profile <username>" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
获取个人主页详情
bash
~/teneo-skill/teneo command "instagram" "profile <username>" --room <roomId>
返回结果为JSON格式。提取
humanized
字段获取格式化文本。

posts

posts

Get 10 most recent posts of a profile
bash
~/teneo-skill/teneo command "instagram" "posts <username> [count]" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
获取个人主页的10条最新帖子
bash
~/teneo-skill/teneo command "instagram" "posts <username> [count]" --room <roomId>
返回结果为JSON格式。提取
humanized
字段获取格式化文本。

post

post

Get post details
bash
~/teneo-skill/teneo command "instagram" "post <url>" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
获取帖子详情
bash
~/teneo-skill/teneo command "instagram" "post <url>" --room <roomId>
返回结果为JSON格式。提取
humanized
字段获取格式化文本。

comments

comments

Get 10 comments of a given post or reel
bash
~/teneo-skill/teneo command "instagram" "comments <url> [count]" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
获取指定帖子或短视频的10条评论
bash
~/teneo-skill/teneo command "instagram" "comments <url> [count]" --room <roomId>
返回结果为JSON格式。提取
humanized
字段获取格式化文本。

hashtag

hashtag

Get 10 posts of the given hashtag
bash
~/teneo-skill/teneo command "instagram" "hashtag <hashtag> [count]" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
获取指定话题标签的10条帖子
bash
~/teneo-skill/teneo command "instagram" "hashtag <hashtag> [count]" --room <roomId>
返回结果为JSON格式。提取
humanized
字段获取格式化文本。

help

help

Displays all available commands with a short description of their purpose, required inputs, and expected outputs.
bash
~/teneo-skill/teneo command "instagram" "help" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
显示所有可用命令及其用途、必填输入和预期输出的简短说明。
bash
~/teneo-skill/teneo command "instagram" "help" --room <roomId>
返回结果为JSON格式。提取
humanized
字段获取格式化文本。

Agent Info

Agent信息

  • ID:
    instagram
  • Name: Instagram Agent
  • ID:
    instagram
  • 名称: Instagram Agent