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