Feverup.com Scraper avatar

Feverup.com Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Feverup.com Scraper

Feverup.com Scraper

Fetch events from Feverup by city. Browse local experiences, concerts, and activities across 30+ global cities. No API key required.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Hoho

Hoho

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

2

Monthly active users

6 days ago

Last modified

Categories

Share

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

ModeDescription
browseBrowse events in a city by city code (e.g. LON, NYC, PAR)
eventFetch 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

FieldTypeRequiredDescription
queryTypestringYesbrowse or event
citystringFor browseCity code — see list below
querystringNoKeyword filter within city browse
pageintegerNo0-indexed page number (default: 0)
hitsPerPageintegerNoResults per page (default: 20, max: 1000)
idstringFor eventNumeric plan ID (e.g. 424370)

Supported city codes

RegionCities
EuropeLON, MAD, PAR, BCN, AMS, ROM, BER, LIS, MIL, VIE, BRU
North AmericaNYC, MIA, LAX, SFO, BOS, ATL, SEA, DEN, PHX, CHI, DAL, HOU, LAS, WAS
OtherMEX, BOG, SAO, BUE, SGP, DXB, SYD

Output fields

Browse mode (each item)

FieldTypeDescription
idnumberNumeric plan ID
namestringEvent name
city_codestringCity code (e.g. LON)
venuestringVenue or partner name
pricestringPrice string (e.g. "From £22.18")
numeric_pricenumberPrice as a number
currencystringCurrency code (e.g. GBP, USD)
ratingnumberAverage rating (0–5)
cover_imagestringCloudinary cover image URL
coordinatesobject{ lat, lng, name }
start_timestringISO 8601 session start
end_timestringISO 8601 session expiration
urlstringFeverup event URL

Event detail mode

FieldTypeDescription
idnumberPlan ID
namestringEvent name
citystringCity slug (e.g. "london")
categorystringCategory slug
descriptionstringFull HTML event description
cover_imagestringCover image URL
galleryarrayGallery image URLs
priceobject{ currency, amount, type }
ratingobject{ average, num_ratings }
venueobject{ name, slug, address, lat, lng }
sessionobject{ session_id, start_time, end_time, price, availability }
first_sessionstringFirst available session ISO timestamp
last_sessionstringLast available session ISO timestamp
is_urgentbooleanWhether event is marked urgent
is_timelessbooleanWhether event is a permanent experience
urlstringFeverup 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.