Connect live data

WORTHOO shows real marketplace listings only. Until a provider is connected, search and Pick 1, Kill 1 show a setup state rather than invented products.

Current status

  • AI layer

    Not connected. Verdicts fall back to the deterministic rules engine and are labelled as such.

  • Price alert email

    Not connected. Price watches are stored but the alert button stays disabled — we do not promise an alert we cannot send.

How to connect eBay

  1. Create a developer account at developer.ebay.com and make a production keyset. You need the App ID (Client ID) and Cert ID (Client Secret).
  2. Join the eBay Partner Network and note your campaign ID. Without it, click-outs work but earn no commission.
  3. Add these in Project Settings → Secrets:
    • EBAY_CLIENT_ID
    • EBAY_CLIENT_SECRET
    • EBAY_CAMPAIGN_ID
    • EBAY_MARKETPLACE_ID (optional, e.g. EBAY_GB — defaults to EBAY_US)
    • EBAY_ENV (optional, "production" or "sandbox")
  4. Publish the app so the server picks up the new secrets in production.