
AllEvents.in scraper
Under maintenance
Pricing
$4.99 / 1,000 results
Go to Store

AllEvents.in scraper
Under maintenance
Scrapes event listings from AllEvents.in by city and category, supporting pagination and structured data output. Ideal for tracking local happenings, festivals, and meetups across global locations.
0.0 (0)
Pricing
$4.99 / 1,000 results
0
Total users
2
Monthly users
2
Runs succeeded
>99%
Last modified
2 hours ago
A fast and reliable Apify actor for scraping event data from AllEvents.in category pages.
Features
- Structured output: Clean, structured event data ready for analysis
- Error handling: Robust error handling and parsing logic with fallback selectors
- Streaming output: Real-time data streaming to Apify dataset
Input Parameters
Parameter | Type | Default | Required | Description |
---|---|---|---|---|
startUrls | list of dicts | N/A | Yes | List of URLs to scrape, each in the format {"url": "https://allevents.in/tel-aviv/parties"} |
maxEvents | integer | 100 | No | Maximum number of events to scrape per URL |
maxPages | integer | 1 | No | Maximum number of pages to scrape per URL (default: 1, max: 10) |
Output Format
Each event contains the following fields:
{"event_id": "12345","title": "Art Exhibition Opening","url": "https://allevents.in/tel-aviv/art-exhibition-opening","image_url": "https://cdn.allevents.in/images/event123.jpg","banner_url": "https://cdn.allevents.in/banners/event123.jpg","start_time_display": "Sun, 08 Jun","display_day": "8","venue_name": "Tel Aviv Museum"}
Usage Examples
Art Events
{"startUrls": [{"url": "https://allevents.in/tel-aviv/parties"}]}### Concert Events```json{"startUrls": [{"url": "https://allevents.in/tel-aviv/concerts"},{"url": "https://allevents.in/tel-aviv/music"}],"maxEvents": 100}
Support
For issues, feature requests, or questions:
- Check the Apify Console logs for detailed error information
- Verify your input URLs are valid
- Contact support with specific error messages and input configuration