10times Events Scraper
Pricing
Pay per usage
10times Events Scraper
Extract public 10times event listings, organizer data, venue details, and attendance signals into a structured dataset. Best-effort live extraction, with anti-bot related empty-run edge cases still being tightened.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Janice
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share
Extract public 10times event listings into a clean dataset for lead generation, market research, sponsorship scouting, and organizer tracking.
Current launch note
This actor is live as an early public release. It already validates inputs and returns normalized output when rows are detected, but live 10times anti-bot responses can currently cause false-green empty datasets on some runs. Treat broad live scraping as best-effort until challenge detection is tightened.
What it returns
Each dataset item can include:
- Event name and 10times URL
- Start date, end date, and display date
- Venue name and venue address
- City, state, and country
- Organizer name and organizer URL
- Estimated visitors and exhibitors when 10times exposes them
- Category tags, event type, pricing, rating, followers, and review count
- Optional event description
Input
Minimal run
{"startUrl": "https://10times.com/events"}
Filtered lead-gen run
{"startUrl": "https://10times.com/events","keyword": "manufacturing","city": "Chicago","industry": "industrial products","dateFrom": "2026-05-01","dateTo": "2026-12-31","maxPages": 2,"includeDescription": true}
Search URL run
{"startUrl": "https://10times.com/events?kw=healthcare","maxPages": 1,"includeDescription": false}
Output shape
See test-data/sample-output.json for a full example.
Key fields:
nameurlstartDate,endDate,dateLabelvenueName,venueAddresscity,state,countryorganizerName,organizerUrlestimatedVisitors,estimatedExhibitorscategorieseventType,pricing,pricingDetailrating,followers,reviewsCountdescription
Validation and error handling
The actor fails fast on invalid inputs and gives a clear message for:
- non-10times
startUrlvalues - malformed
dateFromordateTo dateFromlater thandateTomaxPagesoutside the 1 to 25 range
Pagination is best-effort. If page 2+ gets blocked or returns an error, the actor keeps the successful results from earlier pages and stops cleanly.
Good fits
- building event prospect lists
- tracking trade show calendars by city or category
- finding organizer and venue targets
- enriching sales research with attendance and exhibitor estimates
Limits
- Public-page scraper only
- Output depends on fields exposed in 10times HTML or embedded JSON
- Pagination beyond page 1 can be blocked by anti-bot defenses, so deeper scraping is best-effort
- Live anti-bot responses can currently produce empty datasets without a hard failure in some cases
- Some cloud runs can currently finish green with an empty dataset if 10times serves an anti-bot response that slips past detection
Local development
npm installnpm run healthnpm run test:local
Store positioning
Short pitch: Public 10times event data, cleaned and filterable, without hand-copying listings.
Launch caution: position this as a best-effort public-page scraper, not a guaranteed always-populated feed, until non-empty cloud smoke tests are reconfirmed.
Example input

Example output

See STORE_COPY.md for store title, subtitle, bullets, and launch copy.