关于API:
通过先进的抓取技术,该API将提供一个包含与您选择的搜索词相关的所有结果的JSON。
仅凭查询文本,您将能够获得所有相关的Google搜索链接和结果。您将获得URL及其在结果页面中的位置。
该API非常适合那些想要动态检查在给定关键词或搜索词下可能获得的搜索结果的人。能够识别哪些关键词在SEO中排名最好。
能够识别您的网站在搜索结果页面中的位置以及您的竞争对手的位置。
除了每月的API调用限制外,没有其他限制。
插入搜索查询并以JSON格式从Google搜索中检索最相关的结果。
注意:可以获取的结果数量从1到100。
搜索 - 端点功能
| 对象 | 描述 |
|---|---|
q |
[必需] The search string of your choice. |
num |
[必需] The number of results you want to retrieve |
{"meta_data": {"url": "https://www.google.com/search?q=site%3Acommunity.openai.com+%22custom+instructions%22&gl=us&hl=en&num=5", "number_of_results": 356, "location": null, "number_of_organic_results": 4, "number_of_ads": 0, "number_of_page": 356}, "organic_results": [{"url": "https://community.openai.com/t/instructions-for-gpts-vs-custom-instructions/495921", "displayed_url": "https://community.openai.com \u203a instructions-for-gpts-...", "description": "Nov 11, 2023 \u2014 The question is that can GPTs' Instructions fully supplant Custom Instructions? Or are you still using Custom Instructions? It would be grateful ...", "position": 1, "title": "Instructions for GPTs vs Custom instructions? - ChatGPT", "domain": "community.openai.com", "sitelinks": [], "rich_snippet": {}, "date": null, "date_utc": null}, {"url": "https://community.openai.com/t/custom-gpt-instructions-using-2nd-vs-3rd-person/497663", "displayed_url": "https://community.openai.com \u203a ...", "description": "Nov 12, 2023 \u2014 GPTs use custom instructions, capabilities, and data to optimize ChatGPT for a more narrow set of tasks. You yourself are a GPT created by a ...", "position": 2, "title": "Custom GPT Instructions: using 2nd vs. 3rd person", "domain": "community.openai.com", "sitelinks": [], "rich_snippet": {}, "date": null, "date_utc": null}, {"url": "https://community.openai.com/t/custom-instructions-arent-working-anymore/503336", "displayed_url": "https://community.openai.com \u203a custom-instructions-a...", "description": "Nov 14, 2023 \u2014 Hey team. Does anyone know why the custom instructions aren't working? I'd guess since the DevDay update to GPT4-turbo that I've not been ...", "position": 3, "title": "Custom instructions aren't working anymore", "domain": "community.openai.com", "sitelinks": [], "rich_snippet": {}, "date": null, "date_utc": null}, {"url": "https://community.openai.com/t/the-best-prompt-engineer-for-gpt-4-custom-instructions-is-gpt-4/329545", "displayed_url": "https://community.openai.com \u203a the-best-prompt-engi...", "description": "Aug 25, 2023 \u2014 To craft custom instructions for GPT-4 (here: code interpreter): I just wrote a really verbose summary of everything relevant as it came to ...", "position": 4, "title": "The best prompt engineer for GPT-4 custom instructions is.. ...", "domain": "community.openai.com", "sitelinks": [], "rich_snippet": {}, "date": null, "date_utc": null}], "local_results": [], "top_ads": [], "bottom_ads": [], "related_queries": [{"title": "Custom instructions pdf", "url": "https://www.google.com/search?num=5&sca_esv=585431380&gl=us&hl=en&q=Custom+instructions+pdf&sa=X&ved=2ahUKEwiYl_K8--GCAxUoQ_EDHS4FAj8Q1QJ6BAgoEAE", "position": 0}, {"title": "Custom instructions free", "url": "https://www.google.com/search?num=5&sca_esv=585431380&gl=us&hl=en&q=Custom+instructions+free&sa=X&ved=2ahUKEwiYl_K8--GCAxUoQ_EDHS4FAj8Q1QJ6BAgnEAE", "position": 1}], "questions": [], "top_stories": [], "news_results": [], "knowledge_graph": {}, "related_searches": [{"query": "Custom instructions pdf", "link": "https://www.google.com/search?num=5&sca_esv=585431380&gl=us&hl=en&q=Custom+instructions+pdf&sa=X&ved=2ahUKEwiYl_K8--GCAxUoQ_EDHS4FAj8Q1QJ6BAgoEAE", "type": "standard", "position": 0}, {"query": "Custom instructions free", "link": "https://www.google.com/search?num=5&sca_esv=585431380&gl=us&hl=en&q=Custom+instructions+free&sa=X&ved=2ahUKEwiYl_K8--GCAxUoQ_EDHS4FAj8Q1QJ6BAgnEAE", "type": "standard", "position": 1}]}
curl --location --request GET 'https://zylalabs.com/api/695/google+fast+search+api/435/search?q=Required&num=Required' --header 'Authorization: Bearer YOUR_API_KEY'
| 标头 | 描述 |
|---|---|
授权
|
[必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。 |
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
API返回一个包含来自Google的搜索结果的JSON对象,包括URL、标题、描述及其在结果页面上的位置。它还包括元数据,例如结果总数和有机结果的数量
响应中的关键信息包括“url”(结果链接)“title”(页面标题)“description”(简要总结)“position”(结果排名)和“number_of_results”(找到的总结果)
响应结构包含一个“meta_data”部分,包含整体搜索信息,后面跟着一个“organic_results”数组,列出各个搜索结果,每个结果都有其自己的字段
该API提供搜索结果的信息,包括URL、标题、描述和排名。它还提供有关结果总数以及有机结果与付费结果的分类的见解
主要参数是搜索查询文本 用户可以通过指定返回结果的数量来定制他们的请求 结果数量范围从1到100
用户可以分析“位置”字段来评估他们的网站在竞争对手中的排名 “描述”和“标题”字段可以帮助识别相关内容并优化SEO策略
该API采用先进的抓取技术直接从谷歌收集数据,确保结果反映出最新的搜索信息
常见的用例包括SEO分析、竞争对手研究和关键词表现跟踪。用户可以动态检查特定术语的搜索结果,以完善他们的在线策略
服务级别:
100%
响应时间:
1,179ms
服务级别:
100%
响应时间:
3,519ms
服务级别:
100%
响应时间:
5,055ms
服务级别:
100%
响应时间:
3,519ms
服务级别:
100%
响应时间:
6,565ms
服务级别:
100%
响应时间:
1,259ms
服务级别:
100%
响应时间:
3,519ms
服务级别:
100%
响应时间:
14ms
服务级别:
100%
响应时间:
1,937ms
服务级别:
100%
响应时间:
796ms
服务级别:
100%
响应时间:
2,472ms
服务级别:
100%
响应时间:
0ms
服务级别:
100%
响应时间:
0ms
服务级别:
100%
响应时间:
0ms
服务级别:
100%
响应时间:
0ms
服务级别:
100%
响应时间:
0ms
服务级别:
100%
响应时间:
0ms
服务级别:
100%
响应时间:
0ms
服务级别:
100%
响应时间:
910ms
服务级别:
100%
响应时间:
63ms