Scrape Seller Info from AliExpress(V8.4)
FollowAliExpress is an online retail service based in China owned by the Alibaba Group. In this tutorial, we are going to show you how to scrape seller info from AliExpress.
If you would like to know how to build the task from scratch, you may continue reading the following tutorial or check this video below.
To demonstrate, we will use this URL as an example: https://www.aliexpress.com/premium/iphone-case.html?d=y&origin=y&catId=0&initiative_id=SB_20211008223741&SearchText=iphone%20case
Here are the main steps in this tutorial: [Download demo task file here]
- Open Target Webpage
- Create Pagination- to scrape multiple pages
- Create Loop Item- to scrape from each product
- Create Hover On- to show the seller info
- Extract Info- to get the seller info
- Check the Workflow
- Run Task and Export Data
Step 1: Open Target Webpage
- Paste URL on the home page and click Start
- Two things to do after the Go To Web Page is created -
1. Under the General section - update the Timeout to 120 seconds (instead of 20 seconds by default), allowing the webpage to have enough time to load entirely
2. Under Options section - check the Scroll down the page after it is loaded box, and change Repeats number to 10. This means the workflow will stop after scrolling 10 times
- Click on Apply to save the changes
Step 2: Create Pagination
- Click on Next then select Loop click next page
- Go to Options section under Click on Paginate, update AJAX timeout to 15s
- Check the Scroll down the page after it is loaded box then adjust the number of Repeats to 10
- Click Apply to save the changes
Step 3: Create Loop Item
- Click on 2 random store names on the page and click Loop click each URL
Step 4: Create Hover On
- Click the store name then select Hover on selected element
Step 5: Extract Info
- Extract all info you need by clicking on it, then select Extract the text of the element, repeat until you have all info needed. In this case, we will extract the store name/ store no./ item as described/ communication/ shipping speed.
- Double-click on the field names to rename
Step 6. Check the Workflow
- Below is how the final workflow looks like, if everything is in place, you can continue to run the task
Step 7. Run Task and Export Data
- Click Run on the top right corner: Run task on your device to run the task on your local device, or select Run task in the cloud to run the task on the Cloud (for premium users only)
- Here is the sample output -
Writer: Scarlett
Editor: Yina