AllEvents.in scraper avatar
AllEvents.in scraper

Under maintenance

Pricing

$4.99 / 1,000 results

Go to Store
AllEvents.in scraper

AllEvents.in scraper

Under maintenance

Developed by

Amit

Amit

Maintained by Community

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

ParameterTypeDefaultRequiredDescription
startUrlslist of dictsN/AYesList of URLs to scrape, each in the format {"url": "https://allevents.in/tel-aviv/parties"}
maxEventsinteger100NoMaximum number of events to scrape per URL
maxPagesinteger1NoMaximum 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:

  1. Check the Apify Console logs for detailed error information
  2. Verify your input URLs are valid
  3. Contact support with specific error messages and input configuration