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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -