{"openapi":"3.1.0","info":{"title":"Smart Event Scraper","description":"Aggregates events from Eventbrite, Meetup, AllEvents, District, EventsEye, and ConferenceAlerts into one standardized dataset. Filter by keyword, category, city, and date range.","version":"1.0.0","x-guidance":"POST /scrape-events with { search_query?, category?, location?, sources?, limit?, date_from?, date_to? }","contact":{"name":"Techforce Global","email":"sagar.shah@techforceglobal.com","url":"https://apify.com/techforce.global/smart-event-scraper"},"x-logo":{"url":"https://smart-event-scraper-agent.onrender.com/logo.webp"},"logo":"https://smart-event-scraper-agent.onrender.com/logo.webp"},"servers":[{"url":"https://smart-event-scraper-agent.onrender.com"}],"tags":[{"name":"Scrape Events"}],"paths":{"/api/scrape-events":{"post":{"operationId":"scrape-events","summary":"scrape-events","tags":["Scrape Events"],"x-payment-info":{"price":{"mode":"dynamic","currency":"USD","min":"0","max":"2.00"},"protocols":[{"x402":{}}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"search_query":{"type":"string"},"category":{"default":"any","type":"string","enum":["tech","business","food","health","arts","education","any"]},"location":{"default":"New York","type":"string"},"sources":{"default":["Eventbrite","Meetup","AllEvents","EventsEye","ConferenceAlerts"],"type":"array","items":{"type":"string","enum":["Eventbrite","Meetup","AllEvents","District","EventsEye","ConferenceAlerts"]}},"limit":{"default":20,"type":"integer","minimum":0,"maximum":100},"date_from":{"type":"string"},"date_to":{"type":"string"}}}}}},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"date":{"type":"string"},"location":{"type":"string"},"venue":{"type":"string"},"price":{"type":"string"},"url":{"type":"string"},"category":{"type":"string"},"source":{"type":"string"},"description":{"type":"string"}},"required":["title","date","location","venue","price","url","category","source","description"],"additionalProperties":false}}}}},"402":{"description":"Payment Required"}}}}}}