Feverup.com Scraper
Pricing
from $1.00 / 1,000 results
Go to Apify Store
Feverup.com Scraper
Fetch events from Feverup by city. Browse local experiences, concerts, and activities across 30+ global cities. No API key required.
Browse and search events from Feverup across 30+ global cities. No API key required.
Why this scraper?
- Fever is one of the top event discovery platforms globally, covering concerts, exhibitions, food experiences, and more
- Covers major cities in Europe, North America, Latin America, Asia, and the Middle East
- Returns structured event data including pricing, ratings, venue coordinates, and session times
- Browse by city, filter by keyword, and fetch full event details — all without any API key
What you can fetch
| Mode | Description |
|---|---|
browse | Browse events in a city by city code (e.g. LON, NYC, PAR) |
event | Fetch full event detail by numeric plan ID |
Usage
Browse events in London
{"queryType": "browse","city": "LON","hitsPerPage": 20,"page": 0}
Browse events in New York with a keyword filter
{"queryType": "browse","city": "NYC","query": "immersive"}
Get full event detail
{"queryType": "event","id": "424370"}
Input fields
| Field | Type | Required | Description |
|---|---|---|---|
queryType | string | Yes | browse or event |
city | string | For browse | City code — see list below |
query | string | No | Keyword filter within city browse |
page | integer | No | 0-indexed page number (default: 0) |
hitsPerPage | integer | No | Results per page (default: 20, max: 1000) |
id | string | For event | Numeric plan ID (e.g. 424370) |
Supported city codes
| Region | Cities |
|---|---|
| Europe | LON, MAD, PAR, BCN, AMS, ROM, BER, LIS, MIL, VIE, BRU |
| North America | NYC, MIA, LAX, SFO, BOS, ATL, SEA, DEN, PHX, CHI, DAL, HOU, LAS, WAS |
| Other | MEX, BOG, SAO, BUE, SGP, DXB, SYD |
Output fields
Browse mode (each item)
| Field | Type | Description |
|---|---|---|
id | number | Numeric plan ID |
name | string | Event name |
city_code | string | City code (e.g. LON) |
venue | string | Venue or partner name |
price | string | Price string (e.g. "From £22.18") |
numeric_price | number | Price as a number |
currency | string | Currency code (e.g. GBP, USD) |
rating | number | Average rating (0–5) |
cover_image | string | Cloudinary cover image URL |
coordinates | object | { lat, lng, name } |
start_time | string | ISO 8601 session start |
end_time | string | ISO 8601 session expiration |
url | string | Feverup event URL |
Event detail mode
| Field | Type | Description |
|---|---|---|
id | number | Plan ID |
name | string | Event name |
city | string | City slug (e.g. "london") |
category | string | Category slug |
description | string | Full HTML event description |
cover_image | string | Cover image URL |
gallery | array | Gallery image URLs |
price | object | { currency, amount, type } |
rating | object | { average, num_ratings } |
venue | object | { name, slug, address, lat, lng } |
session | object | { session_id, start_time, end_time, price, availability } |
first_session | string | First available session ISO timestamp |
last_session | string | Last available session ISO timestamp |
is_urgent | boolean | Whether event is marked urgent |
is_timeless | boolean | Whether event is a permanent experience |
url | string | Feverup event URL |
Use cases
- Event discovery apps for travelers or locals
- Price and availability monitoring for experiences
- Building city guides with curated event listings
- Research and analysis of global event trends
Disclaimer
This actor is not affiliated with or endorsed by Feverup. It is an independent tool that reads publicly available data. Use responsibly and in accordance with Feverup's terms of service.