← 返回
未分类 中文

Design Platform Search

Run public design search flows on Dribbble, Pinterest, and Behance without login, and extract normalized result fields such as title, search-page cover image...
无需登录即可在 Dribbble、Pinterest、Behance 上运行公开设计搜索,提取标题、搜索页封面图等标准化结果字段。
joeyyyy0430 joeyyyy0430 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 352
下载
💾 0
安装
1
版本
#behance#design-search#dribbble#inspiration search#latest#pinterest#public-web#pulic search

概述

Public Design Search

Use public search pages as the primary source of truth and keep the workflow login-free.

Workflow

  1. Choose search tags.
    • Prefer English tags for these three platforms unless a platform clearly supports another language.
    • Load references/tag-taxonomy.md for generic tag-selection guidance and example category/tag patterns.
    • Keep tag choice independent from platform-specific extraction logic.
  1. Build public search URLs.
    • Dribbble: https://dribbble.com/search/
    • Pinterest: https://www.pinterest.com/search/pins/?q=&rs=typed
    • Behance: https://www.behance.net/search/projects?search=
  1. Collect candidate cards from the search page.
    • Prefer browser automation over raw HTTP for all three platforms.
    • Normalize search-card fields first: title, source_url, cover_image_url, summary, author_name when exposed, and raw_metrics when exposed.
  1. Backfill sparingly.
    • Default: keep the search-page cover_image_url.
    • Use detail pages primarily for publish_time.
    • Only backfill author_name when the search card exposes nothing and the request budget allows it.
    • On constrained servers or proxy-heavy environments, disable Pinterest detail backfill entirely and rely on search-page results.
  1. Return a normalized public-only record.
    • Keep unstable fields nullable.
    • Record the input tag or matched tag set when useful.
    • Do not fabricate authors, publish times, or engagement metrics.

Extraction Priorities

  • title: search-card title first, then safe public meta/title fallback.
  • cover_image_url: search-page image first; only do light URL upgrades when the site uses obvious small fixed-size variants.
  • author_name: search-card author first; leave Unknown if public search does not expose it reliably.
  • publish_time: detail-page public metadata when available; otherwise null.
  • summary: normalized title or short public snippet.

Platform-specific rules live in:

Network Guidance

  • Pinterest and Behance may require VPN or proxy access in restricted regions.
  • Browser traffic may work best through SOCKS5 while image download or pHash download may need an HTTP proxy.
  • Verify network reachability before changing selectors.
  • If a platform is reachable only through unstable proxies, reduce detail backfill before changing the tag set.

Guardrails

  • Public pages only. No login-only APIs, cookies, or authenticated sessions.
  • Prefer search-page fields over detail scraping whenever they are good enough.
  • Do not chase high-resolution cover images unless the search-page image is clearly unusable.
  • Treat missing metrics as normal.
  • Expect DOM drift and anti-bot behavior.
  • These three platforms are effectively English-first in most reusable workflows.

Output Shape

Normalize results into a shape close to:

{
  "title": "",
  "platform": "dribbble|pinterest|behance",
  "source_url": "",
  "cover_image_url": "",
  "author_name": "",
  "publish_time": null,
  "keyword": "",
  "matched_tags": []
}

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 15:38 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 430 📥 117,109
data-analysis

China Holiday Calendar Sync

joeyyyy0430
从 gov.cn 发现并解析中国官方假期通知,归一化假期与调休工作日行,应用低频探测规则以应对未来...
★ 0 📥 466
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 218 📥 47,855