https://github.com/peak050423/monroe-county-library-event-scraper
This is an event scraper built using [Apify](https://www.apify.com/) to extract event details from Monroe County Library - Key West
https://github.com/peak050423/monroe-county-library-event-scraper
Last synced: 3 months ago
JSON representation
This is an event scraper built using [Apify](https://www.apify.com/) to extract event details from Monroe County Library - Key West
- Host: GitHub
- URL: https://github.com/peak050423/monroe-county-library-event-scraper
- Owner: peak050423
- Created: 2025-02-21T22:24:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T23:41:54.000Z (3 months ago)
- Last Synced: 2025-02-22T00:26:24.366Z (3 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Monroe County Library - Key West Event Scraper (Apify)
This is an event scraper built using [Apify](https://www.apify.com/) to extract event details from Monroe County Library - Key West
## Features
- Scrapes event details such as:
- Event name
- Event description
- Event start and end date/times
- Venue address (street, city, region, postal code)
- Outputs the data in structured JSON format, suitable for further processing or integration.## Requirements
- [Apify account](https://www.apify.com/)
- Apify SDK (already integrated into the project)
- Node.js (used by Apify)## How to Run the Scraper on Apify
1. **Create an Apify account**: If you haven't already, sign up for a free account at [Apify](https://www.apify.com/).
2. **Deploy the scraper**: Deploy this scraper on Apify by clicking the "Run" button in the Apify console or using the Apify SDK.
3. **Run the scraper**: You can run the scraper directly from the Apify console, or use the following command if you're running it locally:```bash
apify run
```