Macys scrapper service

PAID
By Alexsey Maslennikov | Updated a month ago | Data
Health Check

N/A

README

Parameters description:
Url
Go to the Macy’s website, search something from search menu and get results (better if You go to the second page, it will show You PageIndex field), like:
https://www.macys.com/shop/makeup-and-perfume/makeup/Pageindex/2?id=30077
But for parse data from first page, You must set value for Url:
https://www.macys.com/shop/makeup-and-perfume/makeup/Pageindex/1?id=30077

UrlPageQuery
From this query part after /Pageindex/1 - is page number, so now we need to set our **UrlPageQuery ** like previous URL, but change page number by query {PageNumber}
https://www.macys.com/shop/makeup-and-perfume/makeup/Pageindex/{PageNumber}?id=30077

MaxPageNumber
How many pages parse, integer value

Cookies
Can set some cookies, recomended for Culure
It’s array, so value must be like:
[
“shippingCountry=US”,
“currency=USD”
]

ListOfWordsToRemove
Words to remove from parsed Name and Description. It’s array, must be like:
[
“Macy”,
“For Macy”
]

LoadImagesAsBase64String
If is true then images loaded in Base64 string format

As result service returns array of objects with next data fields:
Name
Price
Short Description
Full Description
Category
Manufacturer
Sizes array
Pictures urls array

Followers: 0
API Creator:
Rapid account: Alexsey Maslennikov
Alexsey Maslennikov
developerm-H6_7uGhc8pa
Log In to Rate API
Rating: 5 - Votes: 1