> ## Documentation Index
> Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 蒲公英直播博主广场（直播带货选号）

> 蒲公英直播博主广场（直播带货选号）

蒲公英直播博主广场（直播带货选号）

**计费** — 成功调用基准价 \$0.029（= provider 成本 × 1.45；最终扣费按你的套餐倍率浮动）。仅当上游响应体 `code` 为 `200` 时计费。

<Note>
  响应结构尚未完整文档化 —— **以实际调用为准**。
</Note>

## 示例

```bash theme={null}
curl -X POST "https://api.aisa.one/apis/v1/tikhub/xiaohongshu/pgy/get_live_blogger_list" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'  # 请求体结构见下方 schema
```


## OpenAPI

````yaml openapi/tikhub.json POST /tikhub/xiaohongshu/pgy/get_live_blogger_list
openapi: 3.1.0
info:
  title: AIsa API
  description: >-
    Capability layer for the agentic economy. Models, skills, payments, and
    deployment — everything AI agents need to reason, act, and transact. This
    spec consolidates all AIsa API endpoints into a single reference.
  version: 1.0.0
  contact:
    name: AIsa
    url: https://aisa.one
    email: developer@aisa.one
  license:
    name: MIT
    url: https://opensource.org/licenses/MIT
  termsOfService: https://aisa.one/tos
servers:
  - url: https://api.aisa.one/apis/v1
    description: AIsa Data APIs (Bearer auth — register at https://aisa.one)
  - url: https://api.aisa.one/apis/v2
    description: >-
      AIsa Data APIs (x402 pay-per-call) — same surface as /apis/v1, mirrored.
      No registration; receive HTTP 402 challenge, settle with stablecoin
      micropayment. Spec: https://www.x402.org. Open-source gateway
      implementation: https://github.com/AIsa-team/aisa-proxy
    x-implementation: https://github.com/AIsa-team/aisa-proxy
  - url: https://api.aisa.one/v1
    description: AIsa LLM Inference (OpenAI-compatible, Bearer auth)
  - url: https://api.aisa.one/v1beta
    description: AIsa Gemini-compatible GenerateContent (Bearer auth)
security:
  - BearerAuth: []
tags:
  - name: AI Models
    description: >-
      Access 50+ LLMs via OpenAI-compatible, Anthropic, and Google Gemini
      interfaces
  - name: Account & Usage
    description: >-
      Programmatic account balance and usage endpoints for cost monitoring and
      alerting
  - name: Agent Email
    description: >-
      AI-agent email accounts, inboxes, threads, drafts, and message send/reply
      via AgentMail.to
  - name: Crypto Data
    description: Cryptocurrency prices, markets, and exchange data via CoinGecko
  - name: Financial Data
    description: Stock prices, financials, analyst estimates, SEC filings, and macro data
  - name: Image Generation
    description: Generate and edit images using AI models
  - name: Instagram
    description: >-
      Read public Instagram data — profiles, posts, reels, highlights, comments,
      and Google-backed search
  - name: Market Intelligence
    description: ''
  - name: Other
    description: ''
  - name: Pinterest
    description: >-
      Read public Pinterest data — search pins, fetch pin details, and browse
      boards
  - name: Prediction Markets
    description: Query prediction markets — Polymarket, Kalshi, and matching markets
  - name: Reddit
    description: >-
      Read public Reddit data — search posts, browse subreddits, and fetch
      comments
  - name: SEO & Search Data
    description: >-
      SERP, keywords, backlinks, domain and competitor analysis — DataForSEO,
      Semrush, and Ahrefs
  - name: Sales Intelligence
    description: B2B contact and company enrichment, search, and outreach via Apollo.io
  - name: Scholar Search
    description: Search academic papers and research
  - name: Twitter / X
    description: >-
      Read, search, and interact with Twitter/X — profiles, tweets, communities,
      trends, and engagement
  - name: WaveInflu
    description: ''
  - name: Web & News Search
    description: >-
      Search the web and news — Tavily search, Oxylabs AI-answer-engine queries,
      and model-grounded search
  - name: YouTube Search
    description: Search YouTube videos
paths:
  /tikhub/xiaohongshu/pgy/get_live_blogger_list:
    post:
      tags:
        - Other
      summary: PGY live blogger square
      description: PGY live blogger square
      operationId: post_tikhub_xiaohongshu_pgy_get_live_blogger_list
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/LiveBloggerReq'
        required: true
      responses:
        '200':
          description: >-
            Successful response. Response structure varies; refer to the actual
            API response.
components:
  schemas:
    LiveBloggerReq:
      properties:
        page_num:
          type: integer
          maximum: 250
          minimum: 1
          title: Page Num
          description: Page, 1-250
          default: 1
          examples:
            - 1
        page_size:
          type: integer
          maximum: 20
          minimum: 1
          title: Page Size
          description: Page size, 1-20 (web fixed at 20)
          default: 20
          examples:
            - 20
        seed:
          type: integer
          minimum: 0
          title: Seed
          description: Paging seed, echo back from previous page
          default: 0
          examples:
            - 0
        nick_name:
          type: string
          maxLength: 50
          title: Nick Name
          description: Search by nickname
          default: ''
          examples:
            - Li
        category:
          anyOf:
            - $ref: '#/components/schemas/CategoryFilter'
            - type: 'null'
          description: Cooperation category filters
        buyer:
          anyOf:
            - $ref: '#/components/schemas/BuyerFilter'
            - type: 'null'
          description: Buyer group & persona filters
        ecom:
          anyOf:
            - $ref: '#/components/schemas/EcomFilter'
            - type: 'null'
          description: E-commerce conversion filters
        live:
          anyOf:
            - $ref: '#/components/schemas/LiveFilter'
            - type: 'null'
          description: Live activity & performance filters
        fans:
          anyOf:
            - $ref: >-
                #/components/schemas/crawlers__xiaohongshu__pgy__pgy_live_filters__FansFilter
            - type: 'null'
          description: Fans purchasing power filters
        flags:
          anyOf:
            - $ref: '#/components/schemas/FlagFilter'
            - type: 'null'
          description: Platform recommendation flags
      additionalProperties: false
      type: object
      title: LiveBloggerReq
    CategoryFilter:
      properties:
        first:
          anyOf:
            - items:
                type: string
                maxLength: 64
              type: array
              maxItems: 30
            - type: 'null'
          title: First
          description: >-
            Primary cooperation category, e.g. Women's Apparel / Women's
            Premium. Refer to the "Cooperation Category" on the Pugongying "Live
            Blogger Plaza" page. Passing only the primary level is sufficient.
        second:
          anyOf:
            - items:
                type: string
                maxLength: 64
              type: array
              maxItems: 200
            - type: 'null'
          title: Second
          description: >-
            Secondary cooperation category, e.g. Dress. May be left empty;
            filtering by primary level alone is also effective.
      additionalProperties: false
      type: object
      title: CategoryFilter
      description: >-
        Web page "Cooperation Category" section (primary + secondary; secondary
        must match the selected primary).
    BuyerFilter:
      properties:
        group_tag:
          anyOf:
            - items:
                type: string
                maxLength: 64
              type: array
              maxItems: 30
            - type: 'null'
          title: Group Tag
          description: >-
            Buyer group tag, e.g. Elegant Minimalist (leaf tags under style
            groups: Fashion Style / Body Type / Beauty & Skincare / Sports
            Enthusiast). Refer to the "Buyer Group" dropdown on the page for
            valid values.
        persona_tag:
          anyOf:
            - items:
                type: string
                maxLength: 64
              type: array
              maxItems: 30
            - type: 'null'
          title: Persona Tag
          description: >-
            Content persona tags, e.g. Model (leaf nodes from groups:
            Professional Identity / Family Role / Distinctive Background / Style
            / Lifestyle / Skin Type / Skincare / Body Type). Refer to the
            "Content Persona" dropdown on the page.
      additionalProperties: false
      type: object
      title: BuyerFilter
      description: Web page "Top Buyer Squad" + "Content Persona" section.
    EcomFilter:
      properties:
        avg_gmv:
          anyOf:
            - $ref: >-
                #/components/schemas/crawlers__xiaohongshu__pgy__pgy_live_filters__RangeFilter
            - type: 'null'
          description: Average sales per session (CNY)
        brand_avg_gmv:
          anyOf:
            - $ref: >-
                #/components/schemas/crawlers__xiaohongshu__pgy__pgy_live_filters__RangeFilter
            - type: 'null'
          description: Average sales per session for partnered brands (CNY)
        atv:
          anyOf:
            - $ref: >-
                #/components/schemas/crawlers__xiaohongshu__pgy__pgy_live_filters__RangeFilter
            - type: 'null'
          description: >-
            Average order value (CNY). Matched by tier (0-100 / 100-200 /
            200-500 ...). Any tier overlapping with the specified range will be
            included — e.g. passing 100-300 will also return buyers in the
            200-500 tier.
      additionalProperties: false
      type: object
      title: EcomFilter
      description: Web page "E-commerce Conversion Power" section.
    LiveFilter:
      properties:
        has_plan:
          anyOf:
            - type: boolean
            - type: 'null'
          title: Has Plan
          description: Has live-stream plan
        plan_days:
          anyOf:
            - items:
                type: string
                pattern: ^\d{8}$
              type: array
              maxItems: 60
            - type: 'null'
          title: Plan Days
          description: >-
            Planned live stream date in YYYYMMDD; used with has_plan; leave
            empty for all dates
        avg_viewer:
          anyOf:
            - $ref: >-
                #/components/schemas/crawlers__xiaohongshu__pgy__pgy_live_filters__RangeFilter
            - type: 'null'
          description: Average viewers per session
        max_online:
          anyOf:
            - $ref: >-
                #/components/schemas/crawlers__xiaohongshu__pgy__pgy_live_filters__RangeFilter
            - type: 'null'
          description: Peak concurrent viewers
      additionalProperties: false
      type: object
      title: LiveFilter
      description: Web page "Live Stream Engagement" + "Live Stream Performance" section.
    crawlers__xiaohongshu__pgy__pgy_live_filters__FansFilter:
      properties:
        count:
          anyOf:
            - $ref: >-
                #/components/schemas/crawlers__xiaohongshu__pgy__pgy_live_filters__RangeFilter
            - type: 'null'
          description: Follower count
        age:
          anyOf:
            - type: integer
              enum:
                - 0
                - 1
                - 2
                - 3
                - 4
                - 5
            - type: 'null'
          title: Age
          description: >-
            Audience age (dominant group): 0=No limit, 1=Under 18, 2=18-24,
            3=25-34, 4=35-44, 5=Over 44
        gender:
          anyOf:
            - type: integer
              enum:
                - 0
                - 1
                - 2
            - type: 'null'
          title: Gender
          description: >-
            Audience gender: 0=No limit, 1=Predominantly male, 2=Predominantly
            female
        consumption:
          anyOf:
            - items:
                type: string
                enum:
                  - high
                  - middle
                  - low
              type: array
              maxItems: 3
            - type: 'null'
          title: Consumption
          description: 'Audience purchasing power: high / middle / low'
      additionalProperties: false
      type: object
      title: FansFilter
      description: 'Audience purchasing power: follower count, age, gender, spending power.'
    FlagFilter:
      properties:
        actively_seeking:
          anyOf:
            - type: boolean
            - type: 'null'
          title: Actively Seeking
          description: Actively seeking collaborations
        high_reply_rate:
          anyOf:
            - type: boolean
            - type: 'null'
          title: High Reply Rate
          description: High invitation response rate
        contact_visible:
          anyOf:
            - type: boolean
            - type: 'null'
          title: Contact Visible
          description: Contact information viewable
        cooperated_before:
          anyOf:
            - type: boolean
            - type: 'null'
          title: Cooperated Before
          description: Has worked on commercial orders
        following:
          anyOf:
            - type: boolean
            - type: 'null'
          title: Following
          description: You follow them
        follower:
          anyOf:
            - type: boolean
            - type: 'null'
          title: Follower
          description: They follow you
        live_potential_high:
          anyOf:
            - type: boolean
            - type: 'null'
          title: Live Potential High
          description: High live streaming potential
        daily_buyer:
          anyOf:
            - type: boolean
            - type: 'null'
          title: Daily Buyer
          description: Daily live-stream buyer
        is_star:
          anyOf:
            - type: boolean
            - type: 'null'
          title: Is Star
          description: Celebrity
      additionalProperties: false
      type: object
      title: FlagFilter
      description: >-
        Web page "Platform Recommendations -> Featured Bloggers" section (all
        checkboxes).
    crawlers__xiaohongshu__pgy__pgy_live_filters__RangeFilter:
      properties:
        min:
          anyOf:
            - type: number
              maximum: 1000000000000
              minimum: 0
            - type: 'null'
          title: Min
          description: Minimum value (inclusive)
        max:
          anyOf:
            - type: number
              maximum: 1000000000000
              minimum: 0
            - type: 'null'
          title: Max
          description: Maximum value (inclusive); omit for no upper limit
      additionalProperties: false
      type: object
      title: RangeFilter
      description: >-
        Numeric range corresponding to the web filter tier or custom input box.
        Either bound may be omitted; at least one must be provided.
  securitySchemes:
    BearerAuth:
      type: http
      scheme: bearer
      description: AIsa API key. Get yours at https://aisa.one

````