Xiaohongshu Keyword Search Scraper
Pricing
$0.10 / actor start
Go to Apify Store
Xiaohongshu Keyword Search Scraper
Search Xiaohongshu(小红书) notes by keyword. Filter by sort order, note type, and publishing time with automatic pagination.
Xiaohongshu Keyword Search Scraper
Pricing
$0.10 / actor start
Search Xiaohongshu(小红书) notes by keyword. Filter by sort order, note type, and publishing time with automatic pagination.
estimatedUpstreamCostUsd SUMMARY field removed: was a 1:1 mirror of upstream pricing.$0.01 per request comment removed from src/main.js.page input (1-10) for explicit paginationsearchId and searchSessionId inputs (required for page >= 2)nextSearchId, nextSearchSessionId, actualRequests, actualPageshasMore=false breakmaxItems input (cap matched real upstream capacity of ~20 notes per page)MAX_PAGES_PER_RUN constant (Skill §17.4 explicitly relaxed for this Actor)MAX_ITEMS_HARD_CAP constant (no longer needed without maxItems)sortType input (6 enum values, default general)noteType input (4 enum values, default 不限)timeFilter input (4 enum values, default 不限)enumTitles schema validation: switch to Array<string> matching enum ordersearch_id and search_session_id paginationenvironmentVariables (skill §4.1 owner-self-use pattern): TIKHUB_API_KEY and TIKHUB_BASE_URL are now baked into the Actor build. Users no longer need to add the TIKHUB_API_KEY secret in the Apify Console before their first run. The Actor description's "no setup or API key required" promise is now actually true at runtime.TIKHUB_BASE_URL default: explicit inline value https://api.tikhub.io (was previously relying on the code-level DEFAULT_BASE_URL fallback). Inline mode ships the base URL alongside the key.