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
Post a Comment