Gymshark ROW Scraper

No credit card required

This Actor is under maintenance.

This actor is under maintenance and it may unreliable.

Gymshark ROW Scraper

Gymshark ROW Scraper

mshopik/gymshark-row-scraper

No credit card required

Scrape Gymshark ROW and extract data on fitness from row.gymshark.com. Our Gymshark ROW API lets you crawl product information and pricing. The saved data can be downloaded as HTML, JSON, CSV, Excel, and XML.

Max items

maxRequestsPerCrawl
integer
Optional

How many items to extract from row.gymshark.com

Default value of this property is

20

Extend Output Function

extendOutputFunction
string
Optional

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
string
Optional

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
object
Optional

Any data that you want to have available inside the Extend Output/Scraper Function

Default value of this property is

{}

Fetch HTML

fetchHtml
boolean
Optional

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
integer
Optional

Max concurrency to use

Default value of this property is

20

Max request retries

maxRequestRetries
integer
Optional

Set the max request retries

Default value of this property is

3

Debug Log

debugLog
boolean
Optional

Enable a more verbose logging to be able to understand what's happening during the scraping

Default value of this property is

false
Developer
Maintained by Community
Actor stats
  • 1 users
  • 735 runs
  • Modified over 1 year ago
Categories

You might also like these Actors