以下是从此查询返回的一个Json项目,这是查询:
https://www.googleapis.com/customsearch/v1?key={key}&cx={key}&q=Action+Motivation%2c+Inc.&alt=json
Json中的“dc.type”是“专利”,这显然是专利数据,但我没有指定搜索引擎。我已经将这个搜索到了死亡,但无法找到任何原因,为什么会从这样的简单查询中返回专利数据。如果谷歌“Action Motivation,Inc。”在常规google.com页面上,我得到完全不同(正常)的结果。有人有这个问题吗?
"items": [
{
"kind": "customsearch#result",
"title": "Patent US5622527 - Independent action stepper - Google Patents",
"htmlTitle": "Patent US5622527 - Independent \u003cb\u003eaction\u003c/b\u003e stepper - Google Patents",
"link": "https://www.google.com/patents/US5622527",
"displayLink": "www.google.com",
"snippet": "Apr 22, 1997 ... Original Assignee, Icon Health & Fitness, Inc., Proform Fitness ....",
"htmlSnippet": "Apr 22, 1997 \u003cb\u003e...\u003c/b\u003e Original Assignee, Icon Health & Fitness..."
"formattedUrl": "https://www.google.com/patents/US5622527",
"htmlFormattedUrl": "https://www.google.com/patents/US5622527",
"pagemap": {
"book": [
{
"description": "A motivational exercise stepping machine has a pair of independently operable pivoting treadles for operation..."
"url": "https://www.google.com/patents/US5622527?utm_source=gb-gplus-share",
"name": "Patent US5622527 - Independent action stepper",
"image": "https://www.google.com/patents?id=&printsec=frontcover&img=1&zoom=1"
}
],
"metatags": [
{
***"dc.type": "Patent"***,
"dc.title": "Independent action stepper",
"dc.contributor": "William T. Dalebout",
"dc.date": "1994-3-23",
"dc.description": "A motivational exercise stepping machine has a pair of independently operable pivoting treadles for operation by a user's feet. Each treadle..."
"dc.relation": "JP:S5110842"
}
]
}
},
{
答案 0 :(得分:0)
使用他们的API时,您每小时可以发出大约40个请求。您在API上看到的结果不是真实用户看到的结果。你只限于他们给你的东西,如果你想跟踪排名位置或真实用户会看到什么,它并不是真的有用。那是你不被允许收集的东西。
如果您需要更高数量的API请求,则需要付费。 每小时60个请求每年花费2000美元,更多查询需要自定义协议。