10times.com Events Scraper
Pricing
from $1.00 / 1,000 results
10times.com Events Scraper
Scrape trade shows, conferences, and workshops from 10times.com. Extract event name, dates, venue, organiser, categories, description, and attendance stats. HTTP-only with hardcoded residential proxy.
Pricing
from $1.00 / 1,000 results
Rating
5.0
(7)
Developer
Crawler Bros
Actor stats
8
Bookmarked
2
Total users
1
Monthly active users
12 hours ago
Last modified
Categories
Share
Scrape public trade shows, conferences, workshops, and festivals from 10times.com. HTTP-only with hardcoded Apify RESIDENTIAL proxy (Cloudflare blocks datacenter IPs).
Output (per event)
type=event_10timesurl,slug,idname,descriptionstartDate,endDate,eventStatus,eventAttendanceModeimage,tagslocation— object withname,addressLocality,addressRegion,addressCountry,streetAddress,postalCode,latitude,longitudeorganizer— object withname,url,email,telephonepricing— object withprice,priceCurrency,availabilityscrapedAt
When every proxy attempt is blocked, the actor emits a single event_10times_blocked sentinel record so runs exit 0.
Input
| Field | Type | Description |
|---|---|---|
startUrls | string[] | 10times URLs (event detail or city/listing). Prefill: https://10times.com/ces-las-vegas. |
query | string | Free-text search (constructs ?query=...). |
city | string | City slug (e.g. berlin). |
country | enum | WW or 2-letter code. |
eventType | enum | all / tradeshow / conference / workshop / festival (client-side keyword filter). |
onlineOnly | boolean | Only online events. |
startDate, endDate | string | ISO date filter (YYYY-MM-DD). |
sortBy, sortType | enum | Sorting (currently client-side by startDate). |
maxItems | integer | Max events returned. Default 20. |
How it works
- Build URLs from
startUrls,query, orcity + country. - Fetch each URL via
curl_cffiwith Chrome-131 TLS fingerprint through RESIDENTIAL proxy (country rotated across US / GB / DE / any / IN between retries). - Parse event detail pages by extracting
application/ld+jsonEvent schema + OG meta tags. - For listing pages, collect single-slug event links and fetch each detail page.
- Apply client-side filters (
eventType,onlineOnly,startDate,endDate).
FAQ
Do I need a proxy? No — it's hardcoded. Why a sentinel record sometimes? Cloudflare occasionally rejects even residential sessions. The sentinel keeps the run non-empty.