Stylevana Sale Scraper avatar
Stylevana Sale Scraper

Pricing

$6.00 / 1,000 results

Go to Apify Store
Stylevana Sale Scraper

Stylevana Sale Scraper

Stylevana is an online shop that sells trendy Asian fashion and beauty products. The Stylevana Sale Scraper helps you get all the products that are on sale or part of a flash sale, on a country/region specific Stylevana website.

Pricing

$6.00 / 1,000 results

Rating

0.0

(0)

Developer

Nishad Manerikar

Nishad Manerikar

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

3

Monthly active users

a month ago

Last modified

Categories

Share

What does Stylevana Sale Scraper do?

Stylevana is an online shop that sells trendy Asian fashion and beauty products.

The Stylevana Sale Scraper helps you get all the products from the Stylevana website that are on sale or part of flash deals.

With this scraper you can

  • Pick a specific country/region where Stylevana operates, OR all regions.
  • Get a list of products on sale in that region, with all the relevant details and links.

How to scrape Stylevana with Stylevana Sale Scraper

  1. Create a free Apify account using your email
  2. Open Stylevana Sale Scraper
  3. Select the Country/Region of interest (EU is the default selection)
  4. Click the "Start" button and wait for the data to be extracted.
  5. Download your data in JSON, XML, CSV, Excel, or HTML.

Input

There is just one input: the Country/Region of interest, which you can select from the dropdown. The Stylevana Sale Scraper will select the starting URLs automatically based on your selection. Stylevana currently operates in the following locations and has separate product selections for each:

Country/RegionCode for JSON input
Europeeu
USAus
United Kingdomuk
Canadaca
Hong Konghk
Malaysiamy
UAEae
Australiaau
New Zealandnz
Mexicomx

You can select the "All" option to scrape all the locations.

As part of the input, you should also specify the maximum number of products that the Actor should scrape. This is a simple numerical input.

You can specify the input in JSON, which looks like this (for example, for Hong Kong and a maximum of 20 products):

{
"country": "hk",
"maxProducts": 20
}

or, for all regions and a maximum of 100 products:

{
"country": "all",
"maxProducts": 100
}

Output

After the Actor finishes its run, you'll get a dataset with the output. The length of the dataset depends on the amount of results retrieved. You can download those results as an Excel, HTML, XML, JSON, and CSV document.

Here is a sample record of a product retrieved by the scraper:

{
"url": "https://www.stylevana.com/en_MY/medicube-azelaic-acid-16-bb-calming-serum-30ml109185.html",
"title": "medicube - Azelaic Acid 16 BB Calming Serum - 30ml",
"brandName": "medicube",
"brandUrl": "https://www.stylevana.com/en_MY/brands/medicube.html",
"oldPrice": 143.24,
"discountedPrice": 80.05,
"discountPercent": 44.11477240994136,
"currency": "MYR",
"description": "Highly Concentrated and Powerful Soothing Formula - A 3-step care system that exfoliates to refine skin texture, removes excess sebum, and soothes troubled skin. Formulated with a high concentration of Azelaic Acid Complex, Niacinamide, and Pantothenic Acid, this powerful blend helps calm troubled skin, refine skin texture, and provide targeted after spot care for a clearer, more balanced complexion. Help quickly soothe and comfort troubled skin while delivering deep hydration and long-lasting moisture. This powerful duo leaves the skin feeling calm, dewy, and refreshed.",
"imageUrl": "https://sv3-cdn.stylevana.com/media/catalog/product/cache/580db3a7cbde0de3c3f2ca86b28c80a4/m/e/medicube-azelaic-acid-16-bb-calming-serum-30ml-319.jpg",
"stockLabel": "In Stock",
"sku": "BSSEMEC00020"
}

Can I use the Stylevana Sale Scraper with the Apify API?

Yes!

The Apify API gives you programmatic access to the Apify platform. The API is organized around RESTful HTTP endpoints that enable you to manage, schedule, and run Apify actors. The API also lets you access any datasets, monitor actor performance, fetch results, create and update versions, and more.

To access the API using Node.js, use the apify-client NPM package. To access the API using Python, use the apify-client PyPI package.

Check out the Apify API reference docs for full details.

Is it legal to scrape Stylevana with the Stylevana Sale Scraper?

The Stylevana Sale Scraper extracts only product data that is available publicly on the sale pages of Stylevana. It does not extract any private or personal user data or anything that is not publicly visible.