检索Google结果API是一个强大的工具,旨在实现对Google搜索结果的程序化访问,无需使用网页浏览器,也无需担心Google对自动搜索施加的限制和阻止。该API以结构化的方式提取信息,提供JSON格式的数据,便于在应用程序、数据分析或与其他系统的集成中处理。
它可以返回的结果包括自然结果,这些是指向网站的正常链接,包含标题、描述、URL和域名;本地结果,显示与搜索相关的附近企业和地点,包括评分、评论和地址;以及广告,这些广告位于页面的顶部和底部,包含标题、描述、URL和跟踪链接。此外,该API可以从Google新闻和热门故事中提取信息,提供与搜索相关的最新文章,包括日期、来源和直接链接。
该API还允许访问图像,包括图像URL、标题、域名和在结果中的位置,以及与搜索相关的常见问题,提供从Google摘要中直接提取的详细答案。
API返回完整的Google搜索结果:自然结果、地方结果、新闻、图片、地图、常见问题和广告,全部以JSON格式结构化。
谷歌搜索 - 端点功能
| 对象 | 描述 |
|---|---|
search |
[必需] |
add_html |
可选 Adding the full html of the page in the results (true or false) |
country_code |
可选 Country code from which you would like the request to come from |
device |
可选 Control the device the request will be sent from (desktop or mobile) |
language |
可选 Language the search results will be displayed in |
nb_results |
可选 The number of results you want to get back from Google Search |
nfpr |
可选 Exclude results from auto-corrected queries that were spelt wrong. (true or false) |
page |
可选 The page number you want to extract results from |
search_type |
可选 The type of search you want to perform (classic, news, maps, images) |
{"meta_data": {"url": "https://www.google.com/search?q=Timoddo%20masturbating&gl=us&hl=us&num=100&uule=en", "number_of_results": 2, "zero_results_for_original_query": false, "location": "US", "number_of_organic_results": 2, "number_of_ads": 0, "number_of_page": -1}, "organic_results": [{"url": "https://www.pornhub.com/playlist/197853771", "displayed_url": "https://www.pornhub.com\u203a playlist", "description": "... Timo Solo FUN contains Masturbation/Squirt/Cum videos ... SCHOOLGIRL Watching Porn and Masturbating While Doing Homework under Desk \u00b7 Blonde Ale. 393K Views.", "position": 1, "title": "Masturbation/Squirt/Cum - Porn Video Playlist from Timo ...", "domain": "www.pornhub.com", "sitelinks": null, "rich_snippet": {}, "date": null, "date_utc": null}, {"url": "https://www.pornhub.com/playlist/197857771", "displayed_url": "https://www.pornhub.com\u203a playlist", "description": "T-masturbation - Porn Video Playlist on Pornhub.com. This cum and solo sex collection created by Timo Solo FUN contains T-masturbation videos.", "position": 2, "title": "T-masturbation - Porn Video Playlist from Timo Solo FUN", "domain": "www.pornhub.com", "sitelinks": null, "rich_snippet": {}, "date": null, "date_utc": null}], "top_ads": [], "bottom_ads": [], "related_queries": [], "questions": [{"text": "Is mastubation a sin before God?", "position": 1, "answer": null}, {"text": "Why does mastyrbation feel so good?", "position": 2, "answer": "Masturbation can release endorphins, which are chemicals in the brain that act as natural painkillers and mood elevators. It can also lead to a release of dopamine, a neurotransmitter associated with pleasure and reward. Additionally, the physical sensation of orgasm can be pleasurable.Aug 9, 2018"}, {"text": "Is mastubation a major sin in Islam?", "position": 3, "answer": "According to the narrations, masturbation is a sin and is compared to doing zina with oneself. We have an example of when Imam Ali (as) had to discipline someone for doing so: \u201cOnce a person was caught masturbating and was brought to Imam 'Ali."}, {"text": "How much energy is lost in mastubation?", "position": 4, "answer": "Masturbation and ejaculation do not result in significant energy loss. The body quickly recovers the small amount of energy expended. Maintaining a balanced diet and staying hydrated will help you feel energized. Regular physical activity and adequate sleep also support overall well-being.May 14, 2016"}], "top_stories": [], "news_results": [], "local_results": [], "hotel_results": [], "knowledge_graph": {}, "related_searches": []}
curl --location --request GET 'https://zylalabs.com/api/9882/retrieve+google+results+api/18596/google+search?search=football&add_html=false&country_code=us&device=desktop&language=us' --header 'Authorization: Bearer YOUR_API_KEY'
| 标头 | 描述 |
|---|---|
授权
|
[必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。 |
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
该API返回多种数据类型,包括自然搜索结果、本地商家列表、新闻文章、图片、地图、常见问题和广告。每种类型都以JSON格式结构化,以便于集成和分析
响应中的关键字段包括有机结果的标题 描述 URL 域名 本地结果的评分 评论和地址 以及新闻文章的发布日期和来源 每个字段提供数据分析的基本信息
响应数据以结构化的JSON格式组织,每种数据类型(例如,自然结果、本地结果、广告)都有独立的部分。每个部分包含相关的字段,便于程序化解析和利用信息
该API提供对各种信息类型的访问,包括网站链接、当地商家详细信息、新闻文章、图片URL和常见问题解答。这种全面的覆盖使用户能够通过单个查询获取多样化的见解
用户可以使用搜索查询、位置设置和结果类型(例如,图片、新闻)等参数自定义他们的数据请求 这些参数有助于将API响应调整为特定的需求和背景
数据准确性通过直接从谷歌搜索结果中获取信息来保持,这些结果会定期更新 该API捕获实时数据,确保用户获得最新和相关的信息
典型用例包括市场研究 竞争分析 内容创作 和 SEO 优化 用户可以利用结构化数据洞察趋势 消费者行为 和行业发展
用户可以通过将返回的数据集成到应用程序中进行分析 可视化或报告 结构化的JSON格式便于解析和操作 使用户能够高效提取有价值的洞察
服务级别:
100%
响应时间:
1,179ms
服务级别:
100%
响应时间:
14ms
服务级别:
100%
响应时间:
796ms
服务级别:
100%
响应时间:
3,519ms
服务级别:
100%
响应时间:
3,207ms
服务级别:
100%
响应时间:
3,519ms
服务级别:
100%
响应时间:
14,476ms
服务级别:
100%
响应时间:
5,055ms
服务级别:
100%
响应时间:
11ms
服务级别:
100%
响应时间:
3,519ms