Bee Inspired Clothing Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsBee Inspired Clothing Scraper
Scrape Bee Inspired Clothing and extract data on casual apparel from beeinspiredclothing.com. Our Bee Inspired Clothing API lets you crawl product information and pricing. The saved data can be downloaded as HTML, JSON, CSV, Excel, and XML.
Max items
maxRequestsPerCrawl
integerOptional
How many items to extract from beeinspiredclothing.com
Default value of this property is 20
Extend Output Function
extendOutputFunction
stringOptional
Add or remove properties on the output object or omit the output returning null
Default value of this property is "async ({ data, item, product, images, fns, name, request, variants, context, customData, input, Apify }) => {\n return item;\n}"
Extend Scraper Function
extendScraperFunction
stringOptional
Advanced function that allows you to extend the default scraper functionality, allowing you to manually perform actions on the page
Default value of this property is "async ({ fns, customData, Apify, label }) => {\n \n}"
Custom data
customData
objectOptional
Any data that you want to have available inside the Extend Output/Scraper Function
Default value of this property is {}
Fetch HTML
fetchHtml
booleanOptional
If you decide to fetch the HTML of the pages, it will take twice as long. Make sure to only enable this if needed
Default value of this property is true
Max concurrency
maxConcurrency
integerOptional
Max concurrency to use
Default value of this property is 20