google-cse 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +11 -0
- data/.travis.yml +8 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +33 -0
- data/LICENSE.txt +22 -0
- data/README.md +48 -0
- data/Rakefile +1 -0
- data/google-cse.gemspec +23 -0
- data/lib/google_cse.rb +44 -0
- data/lib/google_cse/query.rb +67 -0
- data/lib/google_cse/result.rb +16 -0
- data/lib/google_cse/version.rb +3 -0
- data/spec/files/google_image_search.txt +239 -0
- data/spec/files/google_search.txt +546 -0
- data/spec/files/google_search_page2.txt +394 -0
- data/spec/google_cse_spec.rb +120 -0
- data/spec/spec_helper.rb +10 -0
- metadata +101 -0
@@ -0,0 +1,546 @@
|
|
1
|
+
{
|
2
|
+
"kind": "customsearch#search",
|
3
|
+
"url": {
|
4
|
+
"type": "application/json",
|
5
|
+
"template": "https://www.googleapis.com/customsearch/v1?q={searchTerms}&num={count?}&start={startIndex?}&lr={language?}&safe={safe?}&cx={cx?}&cref={cref?}&sort={sort?}&filter={filter?}&gl={gl?}&cr={cr?}&googlehost={googleHost?}&c2coff={disableCnTwTranslation?}&hq={hq?}&hl={hl?}&siteSearch={siteSearch?}&siteSearchFilter={siteSearchFilter?}&exactTerms={exactTerms?}&excludeTerms={excludeTerms?}&linkSite={linkSite?}&orTerms={orTerms?}&relatedSite={relatedSite?}&dateRestrict={dateRestrict?}&lowRange={lowRange?}&highRange={highRange?}&searchType={searchType}&fileType={fileType?}&rights={rights?}&imgSize={imgSize?}&imgType={imgType?}&imgColorType={imgColorType?}&imgDominantColor={imgDominantColor?}&alt=json"
|
6
|
+
},
|
7
|
+
"queries": {
|
8
|
+
"nextPage": [
|
9
|
+
{
|
10
|
+
"title": "Google Custom Search - ian kilminster",
|
11
|
+
"totalResults": "4900",
|
12
|
+
"searchTerms": "ian kilminster",
|
13
|
+
"count": 10,
|
14
|
+
"startIndex": 11,
|
15
|
+
"inputEncoding": "utf8",
|
16
|
+
"outputEncoding": "utf8",
|
17
|
+
"safe": "off",
|
18
|
+
"cx": "004660295420853704579:8tths02yqhc"
|
19
|
+
}
|
20
|
+
],
|
21
|
+
"request": [
|
22
|
+
{
|
23
|
+
"title": "Google Custom Search - ian kilminster",
|
24
|
+
"totalResults": "4900",
|
25
|
+
"searchTerms": "ian kilminster",
|
26
|
+
"count": 10,
|
27
|
+
"startIndex": 1,
|
28
|
+
"inputEncoding": "utf8",
|
29
|
+
"outputEncoding": "utf8",
|
30
|
+
"safe": "off",
|
31
|
+
"cx": "004660295420853704579:8tths02yqhc"
|
32
|
+
}
|
33
|
+
]
|
34
|
+
},
|
35
|
+
"context": {
|
36
|
+
"title": "Xegesis Images"
|
37
|
+
},
|
38
|
+
"searchInformation": {
|
39
|
+
"searchTime": 0.255165,
|
40
|
+
"formattedSearchTime": "0.26",
|
41
|
+
"totalResults": "4900",
|
42
|
+
"formattedTotalResults": "4,900"
|
43
|
+
},
|
44
|
+
"items": [
|
45
|
+
{
|
46
|
+
"kind": "customsearch#result",
|
47
|
+
"title": "Lemmy - Wikipedia, the free encyclopedia",
|
48
|
+
"htmlTitle": "Lemmy - Wikipedia, the free encyclopedia",
|
49
|
+
"link": "http://en.wikipedia.org/wiki/Lemmy",
|
50
|
+
"displayLink": "en.wikipedia.org",
|
51
|
+
"snippet": "Ian Fraser \"Lemmy\" Kilmister (born 24 December 1945 in Burslem, Stoke-on- Trent, Staffordshire, England) is an English rock musician. He is best known as the ...",
|
52
|
+
"htmlSnippet": "\u003cb\u003eIan\u003c/b\u003e Fraser "Lemmy" \u003cb\u003eKilmister\u003c/b\u003e (born 24 December 1945 in Burslem, Stoke-on-\u003cbr\u003e Trent, Staffordshire, England) is an English rock musician. He is best known as \u003cbr\u003e the \u003cb\u003e...\u003c/b\u003e",
|
53
|
+
"cacheId": "yd56NsEgWdIJ",
|
54
|
+
"formattedUrl": "en.wikipedia.org/wiki/Lemmy",
|
55
|
+
"htmlFormattedUrl": "en.wikipedia.org/wiki/Lemmy",
|
56
|
+
"pagemap": {
|
57
|
+
"cse_image": [
|
58
|
+
{
|
59
|
+
"src": "http://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Lemmy-02.jpg/250px-Lemmy-02.jpg"
|
60
|
+
}
|
61
|
+
],
|
62
|
+
"person": [
|
63
|
+
{
|
64
|
+
"role": "Musician, songwriter, actor"
|
65
|
+
}
|
66
|
+
],
|
67
|
+
"cse_thumbnail": [
|
68
|
+
{
|
69
|
+
"width": "183",
|
70
|
+
"height": "276",
|
71
|
+
"src": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcS5wzUq53ich5VwgpjspYXNKHu3DAWBJkn_3R6VeNWOidkU96y9mIi7vy-o"
|
72
|
+
}
|
73
|
+
],
|
74
|
+
"hcard": [
|
75
|
+
{
|
76
|
+
"fn": "Lemmy",
|
77
|
+
"nickname": "Ian Fraser Kilmister",
|
78
|
+
"url": "www.imotorhead.com",
|
79
|
+
"url_text": "www.imotorhead.com",
|
80
|
+
"bday": "1945-12-24",
|
81
|
+
"role": "Musician, songwriter, actor",
|
82
|
+
"note": "Bass, vocals, guitar, harmonica"
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"fn": "Motörhead"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"fn": "Hawkwind"
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"fn": "The Damned"
|
92
|
+
}
|
93
|
+
]
|
94
|
+
}
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"kind": "customsearch#result",
|
98
|
+
"title": "Motörhead' s Lemmy in Nazi photoshoot scandal - The Guardian",
|
99
|
+
"htmlTitle": "Motörhead' s Lemmy in Nazi photoshoot scandal - The Guardian",
|
100
|
+
"link": "http://www.guardian.co.uk/music/2008/jul/11/news.culture",
|
101
|
+
"displayLink": "www.guardian.co.uk",
|
102
|
+
"snippet": "Jul 11, 2008 ... The man known to his mum as Ian Kilmister has broken the law in Germany by wearing Nazi paraphernalia in a newspaper photoshoot ...",
|
103
|
+
"htmlSnippet": "Jul 11, 2008 \u003cb\u003e...\u003c/b\u003e The man known to his mum as \u003cb\u003eIan Kilmister\u003c/b\u003e has broken the law in Germany by \u003cbr\u003e wearing Nazi paraphernalia in a newspaper photoshoot \u003cb\u003e...\u003c/b\u003e",
|
104
|
+
"cacheId": "663fyKZdGzMJ",
|
105
|
+
"formattedUrl": "www.guardian.co.uk/music/2008/jul/11/news.culture",
|
106
|
+
"htmlFormattedUrl": "www.guard\u003cb\u003eian\u003c/b\u003e.co.uk/music/2008/jul/11/news.culture",
|
107
|
+
"pagemap": {
|
108
|
+
"cse_image": [
|
109
|
+
{
|
110
|
+
"src": "http://static.guim.co.uk/sys-images/Music/Pix/pictures/2008/07/11/Lemmy372.jpg"
|
111
|
+
}
|
112
|
+
],
|
113
|
+
"person": [
|
114
|
+
{
|
115
|
+
"name": "Sean Michaels",
|
116
|
+
"url": "Sean Michaels"
|
117
|
+
}
|
118
|
+
],
|
119
|
+
"cse_thumbnail": [
|
120
|
+
{
|
121
|
+
"width": "297",
|
122
|
+
"height": "153",
|
123
|
+
"src": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQJfTWM1_KCtzvRsE9BJvppZ4k31pk8BgMij5qVT6j5iLs5_ERspcpIueo"
|
124
|
+
}
|
125
|
+
],
|
126
|
+
"newsarticle": [
|
127
|
+
{
|
128
|
+
"name": "Motörhead's Lemmy in Nazi photoshoot scandal",
|
129
|
+
"headline": "Motörhead's Lemmy in Nazi photoshoot scandal",
|
130
|
+
"description": "The man known to his mum as Ian Kilmister has broken the law in Germany by wearing Nazi paraphernalia in a newspaper photoshoot",
|
131
|
+
"publisher": "guardian.co.uk",
|
132
|
+
"datepublished": "2008-07-11T11:38BST"
|
133
|
+
}
|
134
|
+
],
|
135
|
+
"Breadcrumb": [
|
136
|
+
{
|
137
|
+
"title": "Culture",
|
138
|
+
"url": "Culture"
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"title": "Music",
|
142
|
+
"url": "Music"
|
143
|
+
}
|
144
|
+
],
|
145
|
+
"metatags": [
|
146
|
+
{
|
147
|
+
"dc.date.issued": "2008-07-11",
|
148
|
+
"og:title": "Motörhead's Lemmy in Nazi photoshoot scandal",
|
149
|
+
"og:type": "article",
|
150
|
+
"article:published_time": "2008-07-11T11:38:30+01:00",
|
151
|
+
"article:modified_time": "2008-07-11T11:38:30+01:00",
|
152
|
+
"article:author": "http://www.guardian.co.uk/profile/seanmichaels",
|
153
|
+
"article:tag": "Music",
|
154
|
+
"article:section": "Music",
|
155
|
+
"og:url": "http://www.guardian.co.uk/music/2008/jul/11/news.culture",
|
156
|
+
"og:image": "https://static-secure.guim.co.uk/sys-images/Music/Pix/pictures/2008/07/11/Lemmy372.jpg",
|
157
|
+
"og:site_name": "the Guardian",
|
158
|
+
"og:description": "News: Motörhead's Lemmy has broken German law by wearing Nazi paraphernalia in a newspaper photoshoot",
|
159
|
+
"fb:app_id": "180444840287",
|
160
|
+
"news_keywords": "Music,Culture,Pop and rock,Lemmy,Music",
|
161
|
+
"application-name": "The Guardian",
|
162
|
+
"msapplication-tilecolor": "#004983",
|
163
|
+
"msapplication-tileimage": "http://static.guim.co.uk/static/912723a63ef8e68bb2ac4f0c02d0769cf8eaf6c2/common/images/favicons/windows_tile_144_b.png",
|
164
|
+
"content-id": "/music/2008/jul/11/news.culture"
|
165
|
+
}
|
166
|
+
],
|
167
|
+
"imageobject": [
|
168
|
+
{
|
169
|
+
"contenturl": "http://static.guim.co.uk/sys-images/Music/Pix/pictures/2008/07/11/Lemmy372.jpg",
|
170
|
+
"representativeofpage": "http://static.guim.co.uk/sys-images/Music/Pix/pictures/2008/07/11/Lemmy372.jpg",
|
171
|
+
"caption": "Lemmy ... 'Don't tell me I'm a Nazi 'cause I have uniforms'"
|
172
|
+
}
|
173
|
+
]
|
174
|
+
}
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"kind": "customsearch#result",
|
178
|
+
"title": "Motörhead - Julian Cope presents Head Heritage",
|
179
|
+
"htmlTitle": "Motörhead - Julian Cope presents Head Heritage",
|
180
|
+
"link": "http://www.headheritage.co.uk/unsung/thebookofseth/motorhead-whats-wordsworth",
|
181
|
+
"displayLink": "www.headheritage.co.uk",
|
182
|
+
"snippet": "... ex-Pink Fairies guitarist Larry Wallis and Lucas Fox on drums -- Headed up then, now and always by the man on the bass and vocals, Lemmy “Ian” Kilminster .",
|
183
|
+
"htmlSnippet": "\u003cb\u003e...\u003c/b\u003e ex-Pink Fairies guitarist Larry Wallis and Lucas Fox on drums -- Headed up \u003cbr\u003e then, now and always by the man on the bass and vocals, Lemmy “\u003cb\u003eIan\u003c/b\u003e” \u003cb\u003eKilminster\u003c/b\u003e\u003cbr\u003e .",
|
184
|
+
"cacheId": "ORF2-Hkw9h4J",
|
185
|
+
"formattedUrl": "www.headheritage.co.uk/unsung/.../motorhead-whats-wordsworth",
|
186
|
+
"htmlFormattedUrl": "www.headheritage.co.uk/unsung/.../motorhead-whats-wordsworth",
|
187
|
+
"pagemap": {
|
188
|
+
"cse_image": [
|
189
|
+
{
|
190
|
+
"src": "http://www.headheritage.co.uk/unsung/reviews/covers_194/920.jpg"
|
191
|
+
}
|
192
|
+
],
|
193
|
+
"cse_thumbnail": [
|
194
|
+
{
|
195
|
+
"width": "155",
|
196
|
+
"height": "155",
|
197
|
+
"src": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSMombTTEBGRmXfLfJdtU5rbB_Y0gwh7eI_gZk2hY6lyXu9cQp-Ov-MLBo"
|
198
|
+
}
|
199
|
+
],
|
200
|
+
"metatags": [
|
201
|
+
{
|
202
|
+
"fb:page_id": "360946197251883",
|
203
|
+
"fb:admins": "707436964",
|
204
|
+
"og:site_name": "Julian Cope presents Head Heritage",
|
205
|
+
"og:title": "The Book of Seth: Motörhead — What's Wordsworth?",
|
206
|
+
"og:url": "http://www.headheritage.co.uk/unsung/thebookofseth/motorhead-whats-wordsworth",
|
207
|
+
"og:image": "http://www.headheritage.co.uk/unsung/reviews/covers_194/920.jpg"
|
208
|
+
}
|
209
|
+
]
|
210
|
+
}
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"kind": "customsearch#result",
|
214
|
+
"title": "Lemmy - Music Biography, Credits and Discography : AllMusic",
|
215
|
+
"htmlTitle": "Lemmy - Music Biography, Credits and Discography : AllMusic",
|
216
|
+
"link": "http://www.allmusic.com/artist/lemmy-mn0000238341",
|
217
|
+
"displayLink": "www.allmusic.com",
|
218
|
+
"snippet": "Born Ian Fraiser Kilmister on December 24, 1945, in Stoke-On-Trent, Staffordshire, England, not much is known about Kilmister's early years, just that he was the ...",
|
219
|
+
"htmlSnippet": "Born \u003cb\u003eIan\u003c/b\u003e Fraiser \u003cb\u003eKilmister\u003c/b\u003e on December 24, 1945, in Stoke-On-Trent, \u003cbr\u003e Staffordshire, England, not much is known about \u003cb\u003eKilmister\u003c/b\u003e's early years, just that \u003cbr\u003e he was the \u003cb\u003e...\u003c/b\u003e",
|
220
|
+
"cacheId": "cWZb3bjpMM0J",
|
221
|
+
"formattedUrl": "www.allmusic.com/artist/lemmy-mn0000238341",
|
222
|
+
"htmlFormattedUrl": "www.allmusic.com/artist/lemmy-mn0000238341",
|
223
|
+
"pagemap": {
|
224
|
+
"musicalbum": [
|
225
|
+
{
|
226
|
+
"name": "Damage Case: Lemmy Anthology",
|
227
|
+
"url": "/album/damage-case-lemmy-anthology-mw0001443263",
|
228
|
+
"contentrating": "4"
|
229
|
+
}
|
230
|
+
],
|
231
|
+
"cse_image": [
|
232
|
+
{
|
233
|
+
"src": "http://cps-static.rovicorp.com/3/JPG_250/MI0002/384/MI0002384401.jpg?partner=allrovi.com"
|
234
|
+
}
|
235
|
+
],
|
236
|
+
"cse_thumbnail": [
|
237
|
+
{
|
238
|
+
"width": "200",
|
239
|
+
"height": "200",
|
240
|
+
"src": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQPpBxuB_l0THZLsIAL3fExnChzqFLJL_ZitZwMdudEeib6xrpQPxY9Tu47"
|
241
|
+
}
|
242
|
+
],
|
243
|
+
"musicgroup": [
|
244
|
+
{
|
245
|
+
"name": "Lemmy"
|
246
|
+
}
|
247
|
+
],
|
248
|
+
"metatags": [
|
249
|
+
{
|
250
|
+
"fb:app_id": "415271808519760",
|
251
|
+
"og:type": "profile",
|
252
|
+
"og:site_name": "AllMusic",
|
253
|
+
"og:title": "Lemmy - Music Biography, Credits and Discography : AllMusic",
|
254
|
+
"og:description": "Find Lemmy bio, songs, credits, awards related and video information on AllMusic - For many, heavy metal is personified by a single person -- unforgettable Motörhead bassist/shouter",
|
255
|
+
"og:url": "http://www.allmusic.com/artist/lemmy-mn0000238341",
|
256
|
+
"title": "Lemmy - Music Biography, Credits and Discography : AllMusic"
|
257
|
+
}
|
258
|
+
]
|
259
|
+
}
|
260
|
+
},
|
261
|
+
{
|
262
|
+
"kind": "customsearch#result",
|
263
|
+
"title": "Rock 'n' roll England: 10 top landmarks - Telegraph",
|
264
|
+
"htmlTitle": "Rock 'n' roll England: 10 top landmarks - Telegraph",
|
265
|
+
"link": "http://www.telegraph.co.uk/travel/destinations/europe/uk/8160150/Rock-n-roll-England-10-top-landmarks.html?image=9",
|
266
|
+
"displayLink": "www.telegraph.co.uk",
|
267
|
+
"snippet": "Born in Burslem as Ian Kilminster, the son of a Protestant vicar, Lemmy was a former roadie for Jimi Hendrix. But Stoke's most famous musical son is Robbie ...",
|
268
|
+
"htmlSnippet": "Born in Burslem as \u003cb\u003eIan Kilminster\u003c/b\u003e, the son of a Protestant vicar, Lemmy was a \u003cbr\u003e former roadie for Jimi Hendrix. But Stoke's most famous musical son is Robbie \u003cb\u003e...\u003c/b\u003e",
|
269
|
+
"formattedUrl": "www.telegraph.co.uk/.../Rock-n-roll-England-10-top-landmarks.html?...9",
|
270
|
+
"htmlFormattedUrl": "www.telegraph.co.uk/.../Rock-n-roll-England-10-top-landmarks.html?...9",
|
271
|
+
"pagemap": {
|
272
|
+
"cse_image": [
|
273
|
+
{
|
274
|
+
"src": "http://i.telegraph.co.uk/multimedia/archive/01792/rock-stoke_1792103i.jpg"
|
275
|
+
}
|
276
|
+
],
|
277
|
+
"cse_thumbnail": [
|
278
|
+
{
|
279
|
+
"width": "230",
|
280
|
+
"height": "219",
|
281
|
+
"src": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTpzgBezzKUlWGIf9988MR9O7EOFrFrOSCpRVzUyJwQUH1Y7Z1ywE7EY6o"
|
282
|
+
}
|
283
|
+
],
|
284
|
+
"metatags": [
|
285
|
+
{
|
286
|
+
"tmgads.zone": "travel.destinations.europe.uk",
|
287
|
+
"tmgads.channel": "travel",
|
288
|
+
"tmgads.section": "travel-destinations-europe-uk",
|
289
|
+
"tmgads.articleid": "8160150",
|
290
|
+
"tmgads.pagetype": "gallery",
|
291
|
+
"tmgads.level": "5",
|
292
|
+
"tmgads.geo": "US",
|
293
|
+
"section-id": "888",
|
294
|
+
"last-modified": "2010-12-24",
|
295
|
+
"article-id": "8160150",
|
296
|
+
"title": "Rock 'n' roll England: 10 top landmarks",
|
297
|
+
"gsamlc": "travel/destinations/europe/uk",
|
298
|
+
"gsachannel": "travel",
|
299
|
+
"gsachannelname": "Travel",
|
300
|
+
"gsacategory": "destinations",
|
301
|
+
"gsagenre": "europe",
|
302
|
+
"gsasectionuniquename": "travel-destinations-europe-uk",
|
303
|
+
"fb:app_id": "120118784736295",
|
304
|
+
"fb:admins": "686953094,531239902,100002344351237",
|
305
|
+
"og:description": "Ten of England's greatest rock 'n' roll landmarks, made famous by artists from The Beatles to Elton John.",
|
306
|
+
"og:site_name": "Telegraph.co.uk",
|
307
|
+
"og:title": "Rock 'n' roll England: 10 top landmarks - Telegraph",
|
308
|
+
"og:url": "http://www.telegraph.co.uk/travel/destinations/europe/uk/8160150/Rock-n-roll-England-10-top-landmarks.html",
|
309
|
+
"og:image": "http://i.telegraph.co.uk/multimedia/archive/01792/rock-stoke_1792103i.jpg",
|
310
|
+
"og:type": "article",
|
311
|
+
"twitter:card": "summary",
|
312
|
+
"twitter:site": "@Telegraph",
|
313
|
+
"dcsext.mlc": "/travel/destinations/europe/uk/slideshow/article",
|
314
|
+
"dcsext.genre": "europe",
|
315
|
+
"dcsext.category": "destinations",
|
316
|
+
"wt.cg_s": "destinations",
|
317
|
+
"dcsext.channel": "travel",
|
318
|
+
"wt.cg_n": "travel",
|
319
|
+
"dcsext.imageno": "9",
|
320
|
+
"dcsext.gallerytype": "standard",
|
321
|
+
"dcsext.content_type": "Gallery",
|
322
|
+
"dcsext.level": "5",
|
323
|
+
"dcsext.articlefirstpublished": "2010-12-24",
|
324
|
+
"dcsext.articleid": "8160150",
|
325
|
+
"dcsext.cf": "0",
|
326
|
+
"dcsext.cn": "0",
|
327
|
+
"dcsext.cd": "0"
|
328
|
+
}
|
329
|
+
]
|
330
|
+
}
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"kind": "customsearch#result",
|
334
|
+
"title": "Cherry Red Records - The Complete: It's Alright!",
|
335
|
+
"htmlTitle": "Cherry Red Records - The Complete: It's Alright!",
|
336
|
+
"link": "http://www.cherryred.co.uk/rpmshout-exd.asp?id=3197",
|
337
|
+
"displayLink": "www.cherryred.co.uk",
|
338
|
+
"snippet": "... original guitarist quit in 1965 to be replaced by one Ian Willis -aka Ian Kilminster - aka Lemmy/ As might be expected from his current occupation in Motorhead, ...",
|
339
|
+
"htmlSnippet": "\u003cb\u003e...\u003c/b\u003e original guitarist quit in 1965 to be replaced by one Ian Willis -aka \u003cb\u003eIan\u003c/b\u003e \u003cbr\u003e \u003cb\u003eKilminster\u003c/b\u003e - aka Lemmy/ As might be expected from his current occupation in \u003cbr\u003e Motorhead, \u003cb\u003e...\u003c/b\u003e",
|
340
|
+
"cacheId": "tdyiW5NzPyQJ",
|
341
|
+
"formattedUrl": "www.cherryred.co.uk/rpmshout-exd.asp?id=3197",
|
342
|
+
"htmlFormattedUrl": "www.cherryred.co.uk/rpmshout-exd.asp?id=3197",
|
343
|
+
"pagemap": {
|
344
|
+
"cse_image": [
|
345
|
+
{
|
346
|
+
"src": "http://www.cherryred.co.uk/images/rpm196.jpg"
|
347
|
+
}
|
348
|
+
],
|
349
|
+
"cse_thumbnail": [
|
350
|
+
{
|
351
|
+
"width": "200",
|
352
|
+
"height": "196",
|
353
|
+
"src": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR690X4daqkNW5llrHCSGBnGw3Zr4U2Fay2D3s2NMLEotm4yotOCgHMstbO"
|
354
|
+
}
|
355
|
+
]
|
356
|
+
}
|
357
|
+
},
|
358
|
+
{
|
359
|
+
"kind": "customsearch#result",
|
360
|
+
"title": "BBC - Stoke & Staffordshire - History - Lemmy - Staffordshire Boy",
|
361
|
+
"htmlTitle": "BBC - Stoke & Staffordshire - History - Lemmy - Staffordshire Boy",
|
362
|
+
"link": "http://www.bbc.co.uk/stoke/content/articles/2005/09/07/lemmy_motorhead_feature.shtml",
|
363
|
+
"displayLink": "www.bbc.co.uk",
|
364
|
+
"snippet": "Sep 7, 2005 ... In 1946, Ian Fraser Kilminster - or Lemmy to his friends and fans - was born in Burslem, one of Stoke-on-Trent's northern-most towns. He then ...",
|
365
|
+
"htmlSnippet": "Sep 7, 2005 \u003cb\u003e...\u003c/b\u003e In 1946, \u003cb\u003eIan\u003c/b\u003e Fraser \u003cb\u003eKilminster\u003c/b\u003e - or Lemmy to his friends and fans - was born in \u003cbr\u003e Burslem, one of Stoke-on-Trent's northern-most towns. He then \u003cb\u003e...\u003c/b\u003e",
|
366
|
+
"cacheId": "FcLN9Gr7oMIJ",
|
367
|
+
"formattedUrl": "www.bbc.co.uk/stoke/content/.../lemmy_motorhead_feature.shtml",
|
368
|
+
"htmlFormattedUrl": "www.bbc.co.uk/stoke/content/.../lemmy_motorhead_feature.shtml",
|
369
|
+
"pagemap": {
|
370
|
+
"cse_image": [
|
371
|
+
{
|
372
|
+
"src": "http://www.bbc.co.uk/stoke/content/images/2009/09/08/motorhead_steve_plimmer_4_203x152.jpg"
|
373
|
+
}
|
374
|
+
],
|
375
|
+
"cse_thumbnail": [
|
376
|
+
{
|
377
|
+
"width": "162",
|
378
|
+
"height": "121",
|
379
|
+
"src": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTlgBhVPUSNUCZESFbXYcW9hF2G-xv8rTHCZQvmVHj8xPSRbzB8tXSX8A"
|
380
|
+
}
|
381
|
+
],
|
382
|
+
"metatags": [
|
383
|
+
{
|
384
|
+
"bbc.cmc.propername": "label='download festival';guid='http://api.bbc.co.uk/metadata/cmc/propernames/bmFtZS9kb3dubG9hZCBmZXN0aXZhbA==';parent='events and occasions'",
|
385
|
+
"dc.subject": "label='music';guid='http://api.bbc.co.uk/metadata/cmc/subject/c3ViamVjdC9tdXNpYw==';parent='performing arts'",
|
386
|
+
"dcterms.spatial": "label='stoke-on-trent';guid='http://api.bbc.co.uk/metadata/cmc/location/bG9jYXRpb24vc3Rva2Utb24tdHJlbnQ=';parent='staffordshire'",
|
387
|
+
"dcterms.modified": "2009-12-24",
|
388
|
+
"updated": "2009-12-24",
|
389
|
+
"dcterms.created": "2005-09-07",
|
390
|
+
"created": "2005-09-07",
|
391
|
+
"dc.title": "Lemmy - Staffordshire Boy",
|
392
|
+
"dc.creator": "BBC",
|
393
|
+
"dc.description": "If you like your music loud and heavy, you must have head-banged to Motorhead's \"Ace of Spades\". This rock classic was penned by a man raised in Stoke and Staffordshire, the music legend - Lemmy! Here we look back over the man's roots...",
|
394
|
+
"dc.publisher": "BBC",
|
395
|
+
"dc.identifier": "http://www.bbc.co.uk/stoke/content/articles/2005/09/07/lemmy_motorhead_feature.shtml",
|
396
|
+
"dc.language": "en-gb",
|
397
|
+
"cid": "09011629809caaf7"
|
398
|
+
}
|
399
|
+
]
|
400
|
+
}
|
401
|
+
},
|
402
|
+
{
|
403
|
+
"kind": "customsearch#result",
|
404
|
+
"title": "Motörhead - UK tickets, tour dates, news, gigs and concerts in 2013",
|
405
|
+
"htmlTitle": "Motörhead - UK tickets, tour dates, news, gigs and concerts in 2013",
|
406
|
+
"link": "http://www.allgigs.co.uk/view/artist/4956/Motorhead.html",
|
407
|
+
"displayLink": "www.allgigs.co.uk",
|
408
|
+
"snippet": "Metal and rock outfit formed in 1975 by Ian Kilminster aka Lemmy. Current members also include Phil Campbell (since 1986) and Mikkey Dee (since 1993).",
|
409
|
+
"htmlSnippet": "Metal and rock outfit formed in 1975 by \u003cb\u003eIan Kilminster\u003c/b\u003e aka Lemmy. Current \u003cbr\u003e members also include Phil Campbell (since 1986) and Mikkey Dee (since 1993).",
|
410
|
+
"cacheId": "bFpjcKD3RVwJ",
|
411
|
+
"formattedUrl": "www.allgigs.co.uk/view/artist/4956/Motorhead.html",
|
412
|
+
"htmlFormattedUrl": "www.allgigs.co.uk/view/artist/4956/Motorhead.html",
|
413
|
+
"pagemap": {
|
414
|
+
"cse_image": [
|
415
|
+
{
|
416
|
+
"src": "http://www.allgigs.co.uk/images/object/artist/4956/Motorhead-1-200-200-100-crop.jpg"
|
417
|
+
}
|
418
|
+
],
|
419
|
+
"cse_thumbnail": [
|
420
|
+
{
|
421
|
+
"width": "160",
|
422
|
+
"height": "160",
|
423
|
+
"src": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcRk4Sz7z_nfDR3EdVG1b0vhUFb819mmP8FSw6EMABRU2epaDzuCdG48dj97"
|
424
|
+
}
|
425
|
+
],
|
426
|
+
"hcalendar": [
|
427
|
+
{
|
428
|
+
"dtstart": "2013-06-15",
|
429
|
+
"summary": "Download 2013, Iron Maiden, Queens of the Stone Age, Mot&oum...",
|
430
|
+
"url": "http://www.allgigs.co.uk/view/event/521289/Download_2013_Iron_Maiden_Donington_Park_Castle_Donington_Derbyshire_15_June_2013.html",
|
431
|
+
"dtend": "2013-06-15"
|
432
|
+
}
|
433
|
+
],
|
434
|
+
"event": [
|
435
|
+
{
|
436
|
+
"dtstart": "2013-06-15",
|
437
|
+
"summary": "Download 2013, Iron Maiden, Queens of the Stone Age, Mot&oum...",
|
438
|
+
"location": "Derbyshire",
|
439
|
+
"url": "http://www.allgigs.co.uk/view/event/521289/Download_2013_Iron_Maiden_Donington_Park_Castle_Donington_Derbyshire_15_June_2013.html",
|
440
|
+
"dtend": "2013-06-15"
|
441
|
+
}
|
442
|
+
],
|
443
|
+
"metatags": [
|
444
|
+
{
|
445
|
+
"copyright": "AllGigs Limited",
|
446
|
+
"og:image": "http://www.allgigs.co.uk/images/object/artist/4956/Motorhead-1-200-200-100-crop.jpg",
|
447
|
+
"og:url": "http://www.allgigs.co.uk/view/artist/4956/Motorhead.html",
|
448
|
+
"og:type": "band",
|
449
|
+
"og:title": "Motörhead - UK tickets, tour dates, news, gigs and concerts in 2013",
|
450
|
+
"og:site_name": "Allgigs",
|
451
|
+
"fb:app_id": "316235678496080",
|
452
|
+
"og:description": "Motorhead [Metal/ Rock] - tickets available for 1 date in Derbyshire in June 2013"
|
453
|
+
}
|
454
|
+
]
|
455
|
+
}
|
456
|
+
},
|
457
|
+
{
|
458
|
+
"kind": "customsearch#result",
|
459
|
+
"title": "Celebrity picks for Derby Dead Pool 2013: K",
|
460
|
+
"htmlTitle": "Celebrity picks for Derby Dead Pool 2013: K",
|
461
|
+
"link": "http://www.derbydeadpool.co.uk/deadpool2013/celebs_K.html",
|
462
|
+
"displayLink": "www.derbydeadpool.co.uk",
|
463
|
+
"snippet": "Kilminster, Ian. Born 24 December 1945 (Stoke-on-Trent, Staffordshire, England). Warty-faced rocker Lemmy out of Motorhead. 20 Celebrities, Sitting On A Wall, ...",
|
464
|
+
"htmlSnippet": "\u003cb\u003eKilminster\u003c/b\u003e, \u003cb\u003eIan\u003c/b\u003e. Born 24 December 1945 (Stoke-on-Trent, Staffordshire, England). \u003cbr\u003e Warty-faced rocker Lemmy out of Motorhead. 20 Celebrities, Sitting On A Wall, \u003cb\u003e...\u003c/b\u003e",
|
465
|
+
"cacheId": "W-zREtjV2JMJ",
|
466
|
+
"formattedUrl": "www.derbydeadpool.co.uk/deadpool2013/celebs_K.html",
|
467
|
+
"htmlFormattedUrl": "www.derbydeadpool.co.uk/deadpool2013/celebs_K.html",
|
468
|
+
"pagemap": {
|
469
|
+
"cse_image": [
|
470
|
+
{
|
471
|
+
"src": "http://www.derbydeadpool.co.uk/images/celebs/k/kabilj.jpg"
|
472
|
+
}
|
473
|
+
],
|
474
|
+
"cse_thumbnail": [
|
475
|
+
{
|
476
|
+
"width": "120",
|
477
|
+
"height": "120",
|
478
|
+
"src": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSFBM4dzq12gS6rs4M74SlPpo-qKuu3D4EyBcid6hwTuWPPjNz-YZcq"
|
479
|
+
}
|
480
|
+
]
|
481
|
+
}
|
482
|
+
},
|
483
|
+
{
|
484
|
+
"kind": "customsearch#result",
|
485
|
+
"title": "Lemmy - IMDb",
|
486
|
+
"htmlTitle": "Lemmy - IMDb",
|
487
|
+
"link": "http://www.imdb.com/name/nm0501437/",
|
488
|
+
"displayLink": "www.imdb.com",
|
489
|
+
"snippet": "2006 Starter for 10 (writer: \"Ace of Spades\" / as Ian Fraser Kilminster). 2006 Free Jimmy ... 2000 2gether (TV movie) (writer: \"Eat The Rich\" / as Ian Kilmister) ...",
|
490
|
+
"htmlSnippet": "2006 Starter for 10 (writer: "Ace of Spades" / as Ian Fraser Kilminster). 2006 Free \u003cbr\u003e Jimmy \u003cb\u003e...\u003c/b\u003e 2000 2gether (TV movie) (writer: "Eat The Rich" / as \u003cb\u003eIan Kilmister\u003c/b\u003e) \u003cb\u003e...\u003c/b\u003e",
|
491
|
+
"cacheId": "OijdUAPCvqcJ",
|
492
|
+
"formattedUrl": "www.imdb.com/name/nm0501437/",
|
493
|
+
"htmlFormattedUrl": "www.imdb.com/name/nm0501437/",
|
494
|
+
"pagemap": {
|
495
|
+
"cse_image": [
|
496
|
+
{
|
497
|
+
"src": "http://ia.media-imdb.com/images/M/MV5BMjEyNjUzNjI0NF5BMl5BanBnXkFtZTcwOTExMTA0Mg@@._V1_SP330,330,0,C,0,0,0_CR65,90,200,150_PIimdb-blackband-204-14,TopLeft,0,0_PIimdb-blackband-204-28,BottomLeft,0,1_CR0,0,200,150_PIimdb-bluebutton-big,BottomRight,-1,-1_ZATrailer,4,121,16,196,verdenab,8,255,255,255,1_ZAon%2520IMDb,4,1,14,196,verdenab,7,255,255,255,1_ZA02%253A32,164,1,14,36,verdenab,7,255,255,255,1_ZAAnvil%253A%2520The%2520Story%2520of%2520Anvil,4,136,14,196,arialbd,7,255,255,255,1_.jpg"
|
498
|
+
}
|
499
|
+
],
|
500
|
+
"person": [
|
501
|
+
{
|
502
|
+
"role": "http://www.imdb.com/name/nm0501437/#Soundtrack"
|
503
|
+
},
|
504
|
+
{
|
505
|
+
"image": "http://ia.media-imdb.com/images/M/MV5BMTgyNDYxMjU0Ml5BMl5BanBnXkFtZTYwMzUzNTY3._V1._SY314_CR129,0,214,314_.jpg",
|
506
|
+
"name": "Lemmy",
|
507
|
+
"jobtitle": "Soundtrack",
|
508
|
+
"birthdate": "1945-12-24",
|
509
|
+
"performerin": "Anvil: The Story of Anvil (2008)"
|
510
|
+
}
|
511
|
+
],
|
512
|
+
"cse_thumbnail": [
|
513
|
+
{
|
514
|
+
"width": "160",
|
515
|
+
"height": "120",
|
516
|
+
"src": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTbAmYG0rh9qPwnlvXdZy7YLuBJYPffG3iMgIa-bHWsJpqsbyebAyXiiUE"
|
517
|
+
}
|
518
|
+
],
|
519
|
+
"metatags": [
|
520
|
+
{
|
521
|
+
"title": "Lemmy - IMDb",
|
522
|
+
"og:image": "http://ia.media-imdb.com/images/M/MV5BMTgyNDYxMjU0Ml5BMl5BanBnXkFtZTYwMzUzNTY3._V1._SX100_SY66_.jpg",
|
523
|
+
"og:type": "actor",
|
524
|
+
"fb:app_id": "115109575169727",
|
525
|
+
"og:title": "Lemmy",
|
526
|
+
"og:site_name": "IMDb",
|
527
|
+
"application-name": "IMDb",
|
528
|
+
"msapplication-tooltip": "IMDb Web App",
|
529
|
+
"msapplication-window": "width=1500;height=900",
|
530
|
+
"msapplication-task": "name=Find Movie Showtimes;action-uri=/showtimes/;icon-uri=http://i.media-imdb.com/images/SFff39adb4d259f3c3fd166853a6714a32/favicon.ico",
|
531
|
+
"og:url": "http://www.imdb.com/name/nm0501437/"
|
532
|
+
}
|
533
|
+
],
|
534
|
+
"hcard": [
|
535
|
+
{
|
536
|
+
"fn": "Lemmy",
|
537
|
+
"title": "http://www.imdb.com/name/nm0501437/#Soundtrack",
|
538
|
+
"nickname": "Lemmy",
|
539
|
+
"bday": "1945-12-24",
|
540
|
+
"photo": "http://ia.media-imdb.com/images/M/MV5BMTgyNDYxMjU0Ml5BMl5BanBnXkFtZTYwMzUzNTY3._V1._SY314_CR129,0,214,314_.jpg"
|
541
|
+
}
|
542
|
+
]
|
543
|
+
}
|
544
|
+
}
|
545
|
+
]
|
546
|
+
}
|