← 返回
未分类 Key 中文

bee-visitor-recent

A latest visitor data retrieval skill based on the "Bee Website Builder" Open API. It is used to obtain the latest visitor list and generate structured analy...
基于“Bee Website Builder”开放API的最新访客数据获取技能,用于获取最新访客列表并生成结构化分析。
mouxiaming mouxiaming 来源
未分类 clawhub v2.0.3 2 版本 100000 Key: 需要
★ 0
Stars
📥 380
下载
💾 0
安装
2
版本
#latest

概述

bee-visitor-recent

> Version: 2.0.3

Overview

Use the Bee Website Builder Open API to retrieve the latest visitor data and generate a structured analysis report.

Supports paginated queries.


Input Parameters

api_key (string, Required)

API authentication key used for caller identity verification and interface access control.

  • Get it from: https://open.tradew.com
  • Recommended configuration: Inject it via skills.entries.env.BEE_API_KEY to avoid passing it in plaintext on every call.

pagination (object, Required)

Pagination configuration parameters.

current_page (integer)

  • Default: 1
  • Minimum: 1
  • Pagination rules:
  • Must rely on data.pagination.has_next_page
  • Use data.pagination.next_page as the next page number
  • Do not infer pages based on total_page or manual increments
  • Requests must stop when has_next_page=false

page_size (integer)

  • Default: 10
  • Range: 10 ~ 50

Output Structure

Top-Level Fields

FieldTypeDescription
----------------------------------------------------------------
statusbooleanRequest status, true for success / false for failure
msgstringResponse message
dataobject \nullResponse data, null on failure

data.pagination

FieldTypeDescription
------------------------------------------------------
current_pageintegerCurrent page number
page_sizeintegerItems per page
total_pageintegerTotal pages
total_countintegerTotal records
has_next_pagebooleanWhether a next page exists
next_pageinteger/nullNext page number

data.list[] (visitor data list)

FieldTypeDescription
----------------------------------------------------------
ipstringVisitor IP (IPv4 / IPv6)
country_codestringCountry code (ISO 3166-1)
page_viewsintegerPage view count
first_visitobjectFirst visit record
recent_visitsarrayRecent visit records (up to 50)
first_visit_timestringFirst visit time (ISO 8601)
last_visit_timestringLast visit time (ISO 8601)

first_visit Object

FieldTypeDescription
------------------------------------------------
pageobjectFirst visited page info
screenobjectScreen resolution
visit_timestringFirst visit time
refererstringReferrer URL
current_urlstringCurrent visit URL
user_agentstringBrowser User-Agent

first_visit.page

FieldTypeDescription
---------------------------------
idintegerPage ID
namestringPage name
codestringPage identifier

first_visit.screen

FieldTypeDescription
--------------------------------
widthintegerScreen width
heightintegerScreen height

recent_visits[] Object

FieldTypeDescription
-------------------------------------------
pageobjectPage information
screenobjectScreen resolution
visit_timestringVisit time
refererstringReferrer URL
current_urlstringCurrent URL
user_agentstringBrowser User-Agent

recent_visits.page

FieldTypeDescription
---------------------------------
idintegerPage ID
namestringPage name
codestringPage identifier

recent_visits.screen

FieldTypeDescription
------------------------------
widthintegerWidth
heightintegerHeight

Notes

  1. data may be null on failure
  2. recent_visits contains at most 50 entries
  3. All time fields use ISO 8601
  4. next_page is valid only when has_next_page=true
  5. Whether to continue pagination is decided by the caller

版本历史

共 2 个版本

  • v2.0.3 当前
    2026-05-20 05:25 安全 安全
  • v2.0.1
    2026-05-12 05:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

bee-languages-get

mouxiaming
一种基于“Bee Website Builder”开放API的语言列表获取技能,用于获取已启用的站点语言列表并提供相应的依赖信息。
★ 0 📥 743
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 211 📥 70,334
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 274 📥 101,077