How do I send custom cookies for a login-protected supplier?
Some wholesale and B2B suppliers hide pricing behind a login.
To let the URL scraper see logged-in pricing instead:
- Open the Product Sourcing tab and turn on Send custom cookies when scraping.
- Paste a cookie string from your logged-in browser session, in the format
session_id=abc123; token=xyz789. - The scraper attaches that cookie header so it can see authenticated pricing and content.
Updated on: 31/05/2026
Thank you!