Skip to content

Google Scholar Advanced Serp API 1.0

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

🚀 特性

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

🌐 访问入口

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

✨ 快速开始

bash
curl --location 'https://api.serp.hk/serp/google/scholar/advanced' \
--header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
  "q": "Deep Learning", 
  "gl": "US",
  "hl": "en"
}' --compressed