Modesens Scraper
2 hours trial then $15.00/month - No credit card required now
Modesens Scraper
2 hours trial then $15.00/month - No credit card required now
A ModeSens scraper automatically extracts fashion product data from ModeSens.com, including prices across multiple retailers, designer items, availability, size options, and price history. It helps track luxury fashion trends, compare prices across different stores, and monitor designer product.
Modesens Scraper Documentation
Overview
The Modesens Scraper is an Apify actor designed to extract detailed product information from Modesens.com. By providing a list of product URLs as input, the scraper retrieves essential details such as product name, price, images, descriptions, and more.
Input Configuration
The input for the Modesens Scraper should be a JSON object containing the following keys:
urls
: An array of Modesens product URLs to scrape.proxyConfiguration
: An object to configure proxy settings, ensuring the scraper can operate effectively without IP blocking.
Input Example
1{ 2 "urls": [ 3 "https://modesens.com/product/moncler-wool-cape-with-logo-black-75179344/" 4 ], 5 "proxyConfiguration": { 6 "useApifyProxy": true 7 } 8}
Output
The scraper returns a JSON array of objects, where each object contains detailed information about the product, including:
product_name
: The name of the product.product_price
: The price of the product.product_image
: An array of image URLs for the product.product_url
: The URL of the scraped product page.description
: A brief description of the product.sku
: The unique stock-keeping unit identifier.
Output Example
1[ 2 { 3 "product_name": "Wool Cape With Logo In Black", 4 "product_price": "1131", 5 "product_image": [ 6 "https://cdn.modesens.com/product/75179344_160?w=1024", 7 "https://cdn.modesens.com/media/180776285?w=1024", 8 "https://cdn.modesens.com/media/180776286?w=1024", 9 "https://cdn.modesens.com/media/180776287?w=1024", 10 "https://cdn.modesens.com/media/180776288?w=1024", 11 "https://cdn.modesens.com/media/180776289?w=1024", 12 "https://cdn.modesens.com/media/180776290?w=1024", 13 "https://cdn.modesens.com/media/180776291?w=1024", 14 "https://cdn.modesens.com/media/180526477?w=1024", 15 "https://cdn.modesens.com/media/180526480?w=1024", 16 "https://cdn.modesens.com/media/180526485?w=1024", 17 "https://cdn.modesens.com/media/180526488?w=1024", 18 "https://cdn.modesens.com/media/180526490?w=1024", 19 "https://d3vfig6e0r0snz.cloudfront.net/rcYjnYuenaTH5vyDF/images/products/39c30fb4e1fc4cb07523a8d5b38a1dbb.jpg" 20 ], 21 "product_url": "https://modesens.com/product/moncler-wool-cape-with-logo-black-75179344/", 22 "description": "Shop Moncler Wool Cape With Logo In Black from 600+ stores, starting at $1131. Striped edge, inlaid knitted logo, wide collar, front decorated with zipper, long and wide sleeves, tassel edge, medium length?*Due to the production batches, place of production, etc., the brand will adjust the product number, appearance details, accessories and packaging, etc. may be slightly different from the picture of the goods, specific to prevail in kind.?", 23 "sku": 75179344 24 } 25]
Usage Instructions
- Input Preparation: Create a JSON file with the
urls
array containing the product URLs to scrape. Optionally, configure theproxyConfiguration
to use Apify Proxy. - Actor Execution: Run the Modesens Scraper actor on the Apify platform, providing the input JSON file.
- Retrieve Results: After the execution, download the output JSON containing the scraped data.
Support
For custom outputs, simplified formats, or to report any issues, please contact:
- Email: support@getdataforme.com
- Contact Form: https://getdataforme.com/contact/
When reaching out, please include a clear subject line and a detailed description of your request or issue.
Thank you for using the Modesens Scraper!
Actor Metrics
2 monthly users
-
0 No stars yet
>99% runs succeeded
Created in Jan 2025
Modified a day ago