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.
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.
The input schema allows for flexible and precise configuration. Below are the input fields:
Title: Target URL
Type: String
Editor: Textfield
Description: The starting URL for the crawler.
Default: https://www.fhcm.paris/fr/paris-fashion-week/calendar
Title: Maximum Retries
Type: Integer
Editor: Number
Description: The number of times a request should be retried upon failure.
Default: 3
Minimum: 1
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
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}
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]
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.
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.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!