# Events Eye Scraper

**Use case:** 

A fast and reliable scraper for eventseye.com that extracts Exhibition Name, Description, Venue details, Organizer details and much more.

## Input

```json
{
  "industry": "",
  "region": "",
  "country": "",
  "city": "",
  "scrape_details": true,
  "max_exhibitions": 50,
  "test_mode": false
}
```

## Output

```json
{
  "exhibition_name": {
    "label": "Exhibition",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "venue_name": {
    "label": "Venue",
    "format": "text"
  },
  "venue_address": {
    "label": "Venue Address",
    "format": "text"
  },
  "organizer": {
    "label": "Organizer",
    "format": "text"
  },
  "organizer_address": {
    "label": "Organizer Address",
    "format": "text"
  },
  "organizer_phone": {
    "label": "Phone",
    "format": "text"
  },
  "organizer_email": {
    "label": "Organizer Email",
    "format": "text"
  },
  "organizer_website": {
    "label": "Organizer Website",
    "format": "link"
  },
  "event_website": {
    "label": "Event Website",
    "format": "link"
  },
  "event_email": {
    "label": "Event Email",
    "format": "text"
  },
  "related_industries": {
    "label": "Related Industries",
    "format": "text"
  },
  "audience": {
    "label": "Target Audience",
    "format": "text"
  },
  "exhibition_url": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Events Eye Scraper](https://apify.com/techforce.global/events-eye-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/techforce.global/events-eye-scraper) to learn more, explore other use cases, and run it yourself.