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 -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

Delphi 7 and decode UTF-8 base64 -