使用这个超级快速且全面的API来搜索网络上的活动。活动包括:音乐会、体育赛事、工作坊、节日、电影以及其他Google Events支持的类型
查看实际效果:https://www.google.com/search?q=movies+in+austin&gl=us&hl=en&ibp=htl;events&rciv=evn
实时搜索本地公共活动 支持与Google活动相同的过滤器和选项(即日期和在线过滤器)
搜索事件 - 端点功能
| 对象 | 描述 |
|---|---|
start |
可选 Number of results to skip (for pagination). Default: 0. Allowed values: positive integers |
query |
[必需] Search query / keyword. |
date |
可选 Return events in a certain date / time period. Default: `any`. Allowed values: `any, today, tomorrow, week, weekend, next_week, month, next_month`. |
is_virtual |
可选 If true, only virtual events will be returned. Default: false. |
{
"status": "OK",
"request_id": "f0defbb7-0566-42ae-9cac-9596eee9e6eb",
"parameters": {
"query": "concerts in san-francisco",
"date": "any",
"start": 0
},
"data": [
{
"event_id": "L2F1dGhvcml0eS9ob3Jpem9uL2NsdXN0ZXJlZF9ldmVudC8yMDI0LTA1LTI1fF8xNTAyNDE4NTg5MTkzOTA1NTMzOA==",
"event_mid": "/g/11l1q20ys3",
"name": "Disney Concerts with San Francisco Symphony",
"link": "https://open.spotify.com/concert/0iOlCKE3c12USuGAXsslHA",
"description": "Lights, Camera, Music!: Watch favorite films on the big screen at Davies Symphony Hall as the scores are performed live by the SF Symphony.\n\nWatch the magical tale of an extraordinary family in the town of Encanto, featuring all-new songs by Emmy-, Grammy-, and Tony Award-winner Lin-Manuel Miranda.",
"start_time": "2024-05-25 14:00:00",
"start_time_utc": "2024-05-25 21:00:00",
"start_time_precision_sec": 1,
"end_time": "2024-05-25 15:30:00",
"end_time_utc": "2024-05-25 22:30:00",
"end_time_precision_sec": 1,
"is_virtual": false,
"thumbnail": "https://citysparkstorage.blob.core.windows.net/portalimages/portalimages/7eJrZ31Ji0mz6A2m-8PLXw.large.jpg",
"publisher": "Open.spotify.com",
"publisher_favicon": "https://encrypted-tbn2.gstatic.com/faviconV2?url=https://spotify.com&client=HORIZON&size=96&type=FAVICON&fallback_opts=TYPE,SIZE,URL&nfrp=2",
"publisher_domain": "Spotify.com",
"ticket_links": [
{
"source": "sfsymphony",
"link": "https://sf.funcheap.com/encanto-film-w-live-orchestra-from-san-francisco-symphony-may-24-25/"
},
{
"source": "Ticketmaster",
"link": "https://www.ticketmaster.ca/encanto-live-to-film-billets/artist/2931668"
},
{
"source": "Bandsintown",
"link": "https://www.bandsintown.com/e/1029032566-san-francisco-symphony-at-davies-symphony-hall"
},
{
"source": "seatgeek",
"link": "https://seatgeek.com/san-francisco-symphony-tickets/orchestral/2024-05-25-2-pm/6131351?gclsrc={GOOGLE-ADS-CLICK-SOURCE}"
},
{
"source": "vividseats",
"link": "https://www.vividseats.com/san-francisco-symphony-tickets-san-francisco-davies-symphony-hall-5-25-2024--concerts-classical/production/4418545?utm_source=google&utm_medium=organic&utm_campaign=ttd"
}
],
"info_links": [
{
"source": "Spotify",
"link": "https://open.spotify.com/concert/0iOlCKE3c12USuGAXsslHA"
},
{
"source": "San Francisco Theater",
"link": "https://www.san-francisco-theater.com/theaters/davies-symphony-hall/san-francisco-symphony-encanto.php"
},
{
"source": "KRON4",
"link": "https://www.kron4.com/community/calendar/1000/#!/details/encanto-film-with-live-orchestra/13382812/2024-05-25T14"
},
{
"source": "DoTheBay",
"link": "https://dothebay.com/events/2024/5/25/encanto-tickets"
},
{
"source": "Expedia.com",
"link": "https://www.expedia.com/event-tickets/event/event/san-francisco-symphony-encanto-film-with-live-orchestra-tickets-davies-symphony-hall-san-francisco-ca-5-25-2024-5758784"
}
],
"venue": {
"google_id": "0x808580991be02fd9:0xc60bb460e5f31987",
"name": "Louise M. Davies Symphony Hall",
"phone_number": "+14158646000",
"website": "https://www.sfsymphony.org/",
"review_count": 385,
"rating": 4.8,
"subtype": "concert_hall",
"subtypes": [
"concert_hall",
"art",
"auditorium",
"culture",
"education_and_culture",
"entertainment",
"entertainment_and_recreation",
"establishment",
"establishment_poi",
"event_venue",
"feature",
"hall",
"live_music_venue",
"music",
"nightlife",
"performing_arts",
"public_api_establishment"
],
"full_address": "201 Van Ness Avenue, San Francisco, CA 94102, United States",
"latitude": 37.77793,
"longitude": -122.42081,
"street_number": "201",
"street": "Van Ness Avenue",
"city": "San Francisco",
"state": "California",
"country": "US",
"timezone": "America/Los_Angeles",
"google_mid": "/g/11hcdwbfxd"
},
"tags": [
"concert",
"music",
"show",
"theater"
],
"language": "en"
}
]
}
curl --location --request GET 'https://zylalabs.com/api/4798/google+event+search+api/5973/search+events?start=Optionalquery=Concerts in San-Francisco&date=any&is_virtual=false' --header 'Authorization: Bearer YOUR_API_KEY'
通过事件ID获取特定事件的详细信息(即事件的*event_id*字段)
事件详情 - 端点功能
| 对象 | 描述 |
|---|---|
event_id |
[必需] The ID of the event to fetch (i.e. event_id field of an event). |
{
"status": "OK",
"request_id": "e722408f-9c92-4b87-8fb1-dd481a353d7e",
"parameters": {
"event_id": "L2F1dGhvcml0eS9ob3Jpem9uL2NsdXN0ZXJlZF9ldmVudC8yMDI0LTA2LTE0fDEwNDI0MTY1NDYxNzYzMzMzNTg4"
},
"data": {
"event_id": "L2F1dGhvcml0eS9ob3Jpem9uL2NsdXN0ZXJlZF9ldmVudC8yMDI0LTA2LTE0fDEwNDI0MTY1NDYxNzYzMzMzNTg4",
"event_mid": "/g/11vwlyzf43",
"name": "CupcakKe",
"link": "https://open.spotify.com/concert/5F7Xucy4SoiYK5xi6GzB5h",
"description": "FRIDAY JUNE 14 2024\n\nDJ Dials & 1015 Folsom Present: cupcakKe",
"start_time": "2024-06-14 22:00:00",
"start_time_utc": "2024-06-15 05:00:00",
"start_time_precision_sec": 1,
"end_time": "2024-06-14 23:30:00",
"end_time_utc": "2024-06-15 06:30:00",
"end_time_precision_sec": 1,
"is_virtual": false,
"thumbnail": "https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F762008039%2F121998919041%2F1%2Foriginal.20240507-212848?w=1000&auto=format%2Ccompress&q=75&sharp=10&rect=0%2C198%2C1920%2C960&s=182c6aab47493c1b87d41a43cff0597d",
"publisher": "Open.spotify.com",
"publisher_favicon": "https://encrypted-tbn2.gstatic.com/faviconV2?url=https://spotify.com&client=HORIZON&size=96&type=FAVICON&fallback_opts=TYPE,SIZE,URL&nfrp=2",
"publisher_domain": "Spotify.com",
"ticket_links": [
{
"source": "Eventbrite",
"link": "https://www.eventbrite.com/e/cupcakke-tickets-900711340867"
},
{
"source": "seetickets",
"link": "https://wl.seetickets.us/event/cupcakke/595965?afflky=1015Folsom"
},
{
"source": "bandsintown",
"link": "https://www.bandsintown.com/e/1031449986?app_id=ggl_feed&came_from=289&utm_medium=web&utm_source=ggl_feed&utm_campaign=event"
},
{
"source": "vividseats",
"link": "https://www.vividseats.com/cupcakke-tickets-san-francisco-1015-folsom-6-14-2024--concerts-rap-hip-hop/production/4898041?utm_source=google&utm_medium=organic&utm_campaign=ttd"
}
],
"info_links": [
{
"source": "Spotify",
"link": "https://open.spotify.com/concert/5F7Xucy4SoiYK5xi6GzB5h"
},
{
"source": "San Francisco Theater",
"link": "https://www.san-francisco-theater.com/theaters/1015-folsom-nightclub/tickets.php?eventName=CupcakKe+%2821%2B+Event%29&cmsEventId=&month=6&year=2024"
},
{
"source": "DoTheBay",
"link": "https://dothebay.com/events/2024/6/14/cupcakke-tickets"
},
{
"source": "Expedia.com",
"link": "https://www.expedia.com/event-tickets/event/event/cupcakke-tickets-1015-folsom-nightclub-san-francisco-ca-6-14-2024-6353275"
},
{
"source": "Shazam",
"link": "https://www.shazam.com/event/d1b0adab-b520-4660-b28e-28d5631daa82"
}
],
"venue": {
"google_id": "0x8085808197e10547:0x6fd616f55e58c728",
"name": "1015 Folsom",
"phone_number": "+14157923256",
"website": "http://1015.com/",
"review_count": 373,
"rating": 3.5,
"subtype": "night_club",
"subtypes": [
"night_club",
"art",
"bar",
"bars_and_pubs",
"beverages",
"culture",
"dancing",
"discos_and_night_clubs",
"education_and_culture",
"entertainment",
"entertainment_and_recreation",
"establishment",
"establishment_poi",
"event_venue",
"feature",
"food_and_drink",
"live_music_venue",
"music",
"nightlife",
"performing_arts",
"public_api_establishment"
],
"full_address": "1015 Folsom Street, San Francisco, CA 94103, United States",
"latitude": 37.77811,
"longitude": -122.4058,
"street_number": "1015",
"street": "Folsom Street",
"city": "San Francisco",
"state": "California",
"country": "US",
"timezone": "America/Los_Angeles",
"google_mid": "/m/0k5329c"
},
"tags": [
"concert",
"music",
"show"
],
"language": "en"
}
}
curl --location --request GET 'https://zylalabs.com/api/4798/google+event+search+api/5975/event+details?event_id=L2F1dGhvcml0eS9ob3Jpem9uL2NsdXN0ZXJlZF9ldmVudC8yMDI1LTA3LTEzfDE4MjkxMDg0NDA5MjI2Mjc1MTkz' --header 'Authorization: Bearer YOUR_API_KEY'
| 标头 | 描述 |
|---|---|
授权
|
[必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。 |
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
API 实时从 Google 事件(搜索)拉取数据,使其 100% 新鲜和最新
我们可以支持您所需的任何费率,如果您需要高于默认费率的费率,请联系我们
是的,请联系我们,如果您需要更高等级/大宗计划,我们将很高兴为您提供一个量身定制的折扣计划
平均响应时间在1至3秒之间,取决于使用的端点和请求参数
"搜索事件"端点返回本地和在线事件的列表,包括事件名称、描述、开始和结束时间以及链接等详细信息 "事件详情"端点提供有关特定事件的综合信息,包括其ID、名称、描述以及是否是虚拟事件
关键字段包括“event_id”“name”“description”“start_time”“end_time”“link”和“is_virtual”。这些字段提供了有关每个事件的基本信息,使用户可以轻松理解和访问事件详情
“搜索事件”端点支持像“查询”(事件类型)、“日期”(特定日期或范围)和“开始”(分页)这样的参数 用户可以通过指定这些参数来自定义请求,以根据他们的需求过滤结果
“搜索事件”接口提供基本信息的事件列表,而“事件详情”接口则提供特定事件的深入信息,包括其日程、地点以及额外资源,如票务或直播链接
响应数据采用JSON格式构建,顶级对象包含“status”、“request_id”、“parameters”和“data”。“data”字段包含一个事件对象数组,每个对象都有自己的一组属性,方便解析和使用
典型用例包括构建事件发现应用程序 将事件信息集成到网站中 以及创建个性化事件推荐系统 开发者可以利用API来增强用户与当地和在线活动的互动
用户可以从响应中提取关键信息,例如事件名称和链接,以在应用程序或网站中显示 通过根据参数过滤结果,用户可以将数据调整为特定受众或兴趣,从而提升用户体验
数据直接来自谷歌活动,确保提供广泛的本地和在线活动。这种集成有助于保持数据的准确性和相关性,因为它反映了谷歌平台上可用的实时信息
服务级别:
100%
响应时间:
3,519ms
服务级别:
100%
响应时间:
3,519ms
服务级别:
100%
响应时间:
6,234ms
服务级别:
100%
响应时间:
194ms
服务级别:
100%
响应时间:
3,519ms
服务级别:
100%
响应时间:
601ms
服务级别:
100%
响应时间:
3,207ms
服务级别:
100%
响应时间:
1,320ms
服务级别:
83%
响应时间:
3,679ms
服务级别:
100%
响应时间:
926ms
服务级别:
100%
响应时间:
3,309ms
服务级别:
100%
响应时间:
3,230ms
服务级别:
100%
响应时间:
3,421ms
服务级别:
100%
响应时间:
2,466ms
服务级别:
100%
响应时间:
5,312ms
服务级别:
100%
响应时间:
1,434ms
服务级别:
100%
响应时间:
2,147ms
服务级别:
100%
响应时间:
1,831ms
服务级别:
100%
响应时间:
2,155ms
服务级别:
100%
响应时间:
400ms