Social platforms

Facebook events

from $0.03 per eventfacebook.events

Structured Facebook event records: name, description, start time and duration, going, interested and responded counts, venue with address, organizers, ticket links and event type flags.

What a call costs

Billed on actual usage, minimum $0.0020 per call, capped at $10.00 per call.

a price before every call. failed calls are never charged.

When to use it

Use to pull details for specific Facebook events. Pass event URLs in startUrls, which is the reliable path. Keyword discovery through searchQueries is logged out and frequently returns no results, and a no-result run is still billed one event.

Inputs

Facebook events takes 3 fields, none of them required. Anything you leave out falls back to the tool's own default.

FieldTypeRequiredWhat it does
maxEventsintegeroptionalMaximum events to extract. Leave unset for no limit. Billed per event at the highest per-unit price in this catalog.
startUrlsarray of stringoptionalPlain URL strings, not objects. Event detail URLs such as https://www.facebook.com/events/1023978871819924 work best. Search and explore URLs are accepted but often return nothing.
searchQueriesarray of stringoptionalTopic and/or place queries such as "Sport New York". Unreliable while logged out: verified 2026-07-30 returning no results for several queries, and the run is still billed one event.

How to call it

Connect once and your agent can reach Facebook events the same way it reaches everything else in the catalog. Add Goro as an MCP connector, or paste the setup line into an agent that reads skills.

MCP

Add this server in Claude, Claude Code, or any MCP client.

https://mcp.usegoro.ai/mcp

Skill

One line in your agent's chat. It sets itself up.

set up https://usegoro.ai/SKILL.md

Or plain HTTP

POST /v1/run

{
  "endpoint": "facebook.events",
  "input": {
    "maxEvents": 1
  }
}

Run Facebook events from your agent.

One balance for every tool in the catalog. Start with Build, $25 of credit for $19 a month.

Get started