WhiteHatBox
Share Page
Following(0)
Partner(s)
Netman

Scraping drop down and separate fileds

ReplyThanks 2016/01/26 14:45:50 0 0

I need to scrape user profile fields in Amazon.

The problem is first, in Country selection drop down it gives "1" in "Test" when I use "Select Control", instead if the country name.

In "Advanced Seek Condition" it's like:

name="buyercountry"

id="buyercountry"

value="1"

id="United States"

value="255"

It's long list of all countries with an ID for each one.

The second problem is to scrape phone number, It's in 4 separate boxes in this format: xxx-xxx-xxxx-xxx

The last one is ext code. In need to have phone number in one column (in the result csv file).

How should I scrape Country name and Phone number?

Thanks

Aprilcaicai
2016/01/27 02:09:15
Hi, we are checking now, please wait for a moment, thanks
zhoucongcq
2016/01/28 04:28:04
Hi, Netman! I don't find Country and Phone information in user profile. Maybe I make a mistake. Can you post some urls you visit and screenshots?
Netman
2016/01/28 05:18:04

Hi,

Here is a sample file, it's seller profile:

http://s000.tinyupload.com/index.php?file_id=39847746296581463912

Thank you.

zhoucongcq
2016/01/28 21:58:15
I see that the profile you sent to me is your ebay profile page, not other seller profile. In the profile of other seller, the Country name is easy to scrape, and I can't see the Phone number because I don't have a eaby acccount. Do you just want to scrape the Country and Phone information of your own account? Or other seller?
Netman
2016/01/29 05:14:04

I'm sorry, yes it's eBay not Amazon.

Actually I want to make a bot to copy info from eBay to Amazon for a customer. he has +300 stuff on eBay for sale and wants to have them on Amazon ASAP. He says copying info is part of the process (I don't care, Just want to do the job).

The thing I don't have Seller account too, that's why he sent me a saved page.

Would you please tell me how do you scrape the Country Name?

Here is a screenshot of phone number fields, I highlighted it.


zhoucongcq
2016/01/31 21:54:40
Ok, I will help you later.
zhoucongcq
2016/02/01 01:08:54

Scrape the country name:

Scrape the phone number: You can use 4 "Scraper" actions to scrape each part of the phone number, then append them to a string variable using "Variable Operate" action.

I don't have a seller account, so I can't write a bot example in BotchiefEditor.

Netman
2016/02/01 15:13:17

Thank you, But I believe you scraped the wrong section !

It's not category, it's country.

Look at the picture I attached at the top, just above the highlighted phone area is "Country".

zhoucongcq
2016/02/01 21:42:25

I know you want to scrape country, I can't open that page in BotchiefEditor, so I just write an example to tell you how to set up the "Scrape" action. You need to pay attention to these places.

<< < 12 > >>
VerifyCode
Advanced Option