Can I import from supplier websites that require a login?
Yes, and the cleanest way is the Chrome extension.
Prefer to paste a URL? Login-protected sites are partially supported, but you'll need to pass your session through manually:
- Open the Product Sourcing tab of your Preferences and turn on Always scrape products. This renders the page like a real browser instead of using API shortcuts.
- In the same tab, enable Send custom cookies when scraping and paste a cookie string from your logged-in session (format:
session_id=abc123; token=xyz789). The scraper attaches that cookie header so it can see authenticated pricing and content. - If cookies alone are not enough, contact support with the supplier URL and we can look into site-specific handling.
Updated on: 31/05/2026
Thank you!