Search Events

Search for events by name. You can take a look at the page from Facebook we are getting the data from here

1 creditper request
GET
/v1/facebook/events/search
curl "https://api.scrapecreators.com/v1/facebook/events/search" \
  -H "x-api-key: "
{
  "success": true,
  "credits_remaining": 49998305228,
  "events": [
    {
      "id": "24659081027102562",
      "name": "DockDogs® at Frankenmuth Dog Bowl",
      "type": "Event",
      "url": "https://www.facebook.com/events/24659081027102562/",
      "day_time_sentence": "Fri, May 22 - May 24",
      "event_place": {
        "__typename": "FreeformPlace",
        "contextual_name": "Frankenmuth River Place Shops",
        "__isNode": "FreeformPlace",
        "id": "1455187729296539"
      },
      "ticketing_context_row": {
        "price_range_text": null
      },
      "is_online": false,
      "is_past": false,
      "event_url": "https://www.facebook.com/events/24659081027102562/",
      "event_kind": "PUBLIC_TYPE",
      "start_timestamp": 1779480000,
      "cover_photo": {
        "accessibility_caption": "No photo description available.",
        "eventImage": {
          "uri": "https://scontent-bos5-1.xx.fbcdn.net/v/t39.30808-6/593531570_1415564506592195_6877452715877012878_n.jpg?stp=dst-jpg_p75x225_tt6&_nc_cat=108&ccb=1-7&_nc_sid=7e0d18&_nc_ohc=lfZDvDmA5TgQ7kNvwGAJ9kC&_nc_oc=AdpiWd2PvIAUMK-DqCWA4v5iUaC2q5pKzs1BCjIS2OfxuyITVAF4rXXCFbes2A7jTTI&_nc_zt=23&_nc_ht=scontent-bos5-1.xx&_nc_gid=Bc1EYqxenHsF96t4Z7ZTbQ&_nc_ss=7e289&oh=00_Af7QI7ClZW5fpMopR2xSaj3wB0Md9w9Hw1dVS5jLWhSbTw&oe=69FCA6B5"
        },
        "id": "1415564503258862"
      },
      "social_context": {
        "text": "21 interested · 10 going",
        "interested_count": 21,
        "going_count": 10,
        "went_count": null
      }
    },
    {
      "id": "924544853531294",
      "name": "Dogs Day Out",
      "type": "Event",
      "url": "https://www.facebook.com/events/924544853531294/",
      "day_time_sentence": "Sun, May 31 at 9:00 AM NZST",
      "event_place": {
        "__typename": "FreeformPlace",
        "contextual_name": "145 Camp Road, Dunedin, New Zealand 9077",
        "__isNode": "FreeformPlace",
        "id": "1570954941704165"
      },
      "ticketing_context_row": {
        "price_range_text": null
      },
      "is_online": false,
      "is_past": false,
      "event_url": "https://www.facebook.com/events/924544853531294/",
      "event_kind": "PUBLIC_TYPE",
      "start_timestamp": 1780174800,
      "cover_photo": {
        "accessibility_caption": "May be an image of dog and text that says '民糖 Maa Mogs Day Out Larnach Castle Gardens Sun 31 May, 9am to 5pm Proudly Hosting CLARNACH LARNACH) Castle SPCA'",
        "eventImage": {
          "uri": "https://scontent-bos5-1.xx.fbcdn.net/v/t39.30808-6/657562874_1570954975037495_4650516423712207703_n.jpg?stp=c206.0.1508.1005a_dst-jpg_s350x350_tt6&_nc_cat=101&ccb=1-7&_nc_sid=7e0d18&_nc_ohc=L4xUJnsmyFoQ7kNvwGllSlT&_nc_oc=Adr2GvU9xf551Yq51BNMnIGws5iSKj9EU4Znc1bgSM253TiDWvzMw2E2kb1lTVvej_M&_nc_zt=23&_nc_ht=scontent-bos5-1.xx&_nc_gid=Bc1EYqxenHsF96t4Z7ZTbQ&_nc_ss=7e289&oh=00_Af65QVkVW0Qe5bLkg70EeTFhCnL10l4_jiQp1VZj_Kvweg&oe=69FC95D4"
        },
        "id": "1570954971704162"
      },
      "social_context": {
        "text": "17 interested · 3 going",
        "interested_count": 17,
        "going_count": 3,
        "went_count": null
      }
    }
  ],
  "cursor": "Abr1gHMU6H...."
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

query
string
required

The query to search for

Example:
Event name or description
cursor
string

The cursor to paginate to the next page

Example:
Abr1gHMU6H....