Do I need to know XPaths to use ImportFromWeb?

No! You can use CSS selectors instead.

While XPaths offer more flexibility and allow more complex queries, CSS selectors are known by most people who have basics in HTML/CSS.

If you are unsure of how to use CSS selectors, you can read this excellent guide from CSS-Tricks