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

swift - Button on Table View Cell connected to local function -

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

c# - ajax - How to receive data both html and json from server? -