10times.com Events Scraper avatar

10times.com Events Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
10times.com Events Scraper

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

Crawler Bros

Maintained by Community

Actor stats

8

Bookmarked

2

Total users

1

Monthly active users

12 hours ago

Last modified

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_10times
  • url, slug, id
  • name, description
  • startDate, endDate, eventStatus, eventAttendanceMode
  • image, tags
  • location — object with name, addressLocality, addressRegion, addressCountry, streetAddress, postalCode, latitude, longitude
  • organizer — object with name, url, email, telephone
  • pricing — object with price, priceCurrency, availability
  • scrapedAt

When every proxy attempt is blocked, the actor emits a single event_10times_blocked sentinel record so runs exit 0.

Input

FieldTypeDescription
startUrlsstring[]10times URLs (event detail or city/listing). Prefill: https://10times.com/ces-las-vegas.
querystringFree-text search (constructs ?query=...).
citystringCity slug (e.g. berlin).
countryenumWW or 2-letter code.
eventTypeenumall / tradeshow / conference / workshop / festival (client-side keyword filter).
onlineOnlybooleanOnly online events.
startDate, endDatestringISO date filter (YYYY-MM-DD).
sortBy, sortTypeenumSorting (currently client-side by startDate).
maxItemsintegerMax events returned. Default 20.

How it works

  1. Build URLs from startUrls, query, or city + country.
  2. Fetch each URL via curl_cffi with Chrome-131 TLS fingerprint through RESIDENTIAL proxy (country rotated across US / GB / DE / any / IN between retries).
  3. Parse event detail pages by extracting application/ld+json Event schema + OG meta tags.
  4. For listing pages, collect single-slug event links and fetch each detail page.
  5. 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.