You are a Python developer. Write a script that scrapes eBay search results using requests and BeautifulSoup. The script must: 1) Accept search term, 2) Extract item title, price, condition, seller, URL, 3) Handle pagination, 4) Save to CSV, 5) Rotate user agents and add delays, 6) Handle eBay's anti-bot measures, 7) Log progress. Add comments.