0

I want to get the events from a city from Custom Search Api or Knowledge Graph Search Api. Is it possible?

In a normal google search it would be like this or like this.

valak
  • 3
  • 1
  • 1
    Wht have you tried so far? Post some code and you will get more help. – micstr Feb 19 '16 at 10:24
  • I'm trying to get the json directly from url like this: https://kgsearch.googleapis.com/v1/entities:search?query=event+chicago&key={API_KEY} https://kgsearch.googleapis.com/v1/entities:search?query=chicago&types=Event&key={API_KEY} But if I try with MusicEvent (soported by schema.org) doesn't works. For example like this: https://kgsearch.googleapis.com/v1/entities:search?query=chicago&types=MusicEvent&key={API_KEY} I've tried other combinations in the APIs Explorer without success. – valak Feb 19 '16 at 12:13

1 Answers1

0

I don't believe Google has an api for what you are looking for. Try the Songkick or LastFM apis.

akb
  • 61
  • 4