Skip to content

Google Lens Advanced Serp API 1.0

快速、稳定地获取 Google Lens 以图搜图搜索结果,专为开发者与数据分析人员打造。

🚀 特性

  • 一键搜索:轻松获取 Google Lens Advanced 搜索结果,返回 JSON 数据,方便二次处理。
  • 全球可用:提供国内/国外入口,确保不同地区访问稳定流畅。
  • 简单易用:POST 请求即可获取搜索结果,无需复杂配置。
  • 高效可靠:抽取后数据结构清晰,直接可用于分析和展示。

🌐 访问入口

入口说明URL
国内入口国内访问更快https://api.serp.hk/serp/google/lens/advanced
国外入口境外访问更快https://api.serp.global/serp/google/lens/advanced

✨ 快速开始

bash
curl --location 'https://api.serp.hk/serp/google/lens/advanced' \
--header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
        "hl": "zh-cn", 
        "url": "https://www.shutterstock.com/image-photo/fresh-red-apple-leaf-water-260nw-2549725453.jpg"
}' --compressed