java - Scrape eBay Product Description -


i'm using selenium + java scrape ebay product descriptions. currently, easiest way description using xpath: .//*[@id='ds_div']. scrapes everything—including sellers template images, shipping information , details directly related seller's policy—which don't want or need.

i need scrape details of product (such features , product description) without extraneous details.

the problem there no single xpath/css can use this—as xpath/css varies seller seller.

what best approach obtain information?

thanks


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -