Paris Fashion Week Calendar
$29.00/month
Paris Fashion Week Calendar
$29.00/month
This crawler is designed to scrape detailed data from the Paris Fashion Week calendar using Playwright. It retrieves information about brands, event types, schedules, formats (e.g., physical or digital), and invitation modalities.
Paris Fashion Week Calendar Crawler
Description
This crawler is designed to scrape detailed data from the Paris Fashion Week calendar using Playwright. It retrieves information about brands, event types, schedules, formats (e.g., physical or digital), and invitation modalities. Configure the input parameters to tailor the crawler to your specific needs.
Input Schema
The input schema allows for flexible and precise configuration. Below are the input fields:
- URL (required)
Title: Target URL
Type: String
Editor: Textfield
Description: The starting URL for the crawler.
Default: https://www.fhcm.paris/fr/paris-fashion-week/calendar
- Maximum Retries (required)
Title: Maximum Retries
Type: Integer
Editor: Number
Description: The number of times a request should be retried upon failure.
Default: 3
Minimum: 1
- Timeout (Seconds) (required)
Title: Timeout (Seconds)
Type: Integer
Editor: Number
Description: The maximum time (in seconds) the crawler will wait for a page to load.
Default: 60
Minimum: 10
- Pagination Limit (required)
Title: Pagination Limit
Type: Integer
Editor: Number
Description: The maximum number of pages to crawl for paginated content.
Default: 1
Minimum: 1
Example Input
1{ 2"URL": "https://www.fhcm.paris/fr/paris-fashion-week/calendar", 3"Maximum Retries": 3, 4"Timeout (Seconds)": 60, 5"Pagination Limit": 1 6}
Result
The crawler outputs structured JSON data containing event details. Here is an example output:
1[ 2{ 3 "brand": "META CAMPANIA COLLECTIVE", 4 "type": "Maison de Présentation", 5 "entries": [ 6 { 7 "dateStart": "20250121T150000Z", 8 "dateEnd": "20250121T173000Z", 9 "format": "19", 10 "typeEntry": "13", 11 "time": "16:00 - 18:30", 12 "presentationType": "Présentation", 13 "presentationFormat": "Physique", 14 "modality": "sur invitation", 15 "icsLink": "N/A" 16 } 17 ] 18} 19]
Notes
Error Handling: Configure maxRetries to handle intermittent failures.
Timeouts: Adjust timeoutSecs for slower pages to avoid premature terminations.
Pagination: Use paginationLimit to control the depth of scraping for paginated content.
This input schema ensures flexibility and ease of use for scraping detailed data about Paris Fashion Week events.
Legal Warning
By using this actor, you agree to adhere to the following guidelines:
Respect Website Terms of Service: Ensure that your use of this actor complies with the terms of service of the website being scraped (e.g., Paris Fashion Week's official website). Unauthorized scraping may violate these terms.
Data Ownership: The data obtained using this actor belongs to the respective owners and is subject to copyright and intellectual property laws. You are solely responsible for how the data is used.
Non-Harmful Use: This actor should only be used for lawful purposes. Do not use it to engage in unauthorized data extraction, denial-of-service attacks, or any activities that may harm the targeted website or its users.
Privacy Compliance: Ensure compliance with applicable privacy laws and regulations (e.g., GDPR, CCPA) when handling personal or sensitive data.
Indemnification: The developer and platform (Apify) are not responsible for any legal repercussions, liabilities, or damages arising from your use of this actor. You agree to indemnify and hold harmless the developer and Apify for any claims resulting from your actions.
By deploying this actor, you accept full responsibility for its operation and agree to use it in compliance with all applicable laws and regulations.
Actor Metrics
2 monthly users
-
1 star
>99% runs succeeded
Created in Jan 2025
Modified 11 days ago