How product detection works

Generic page-preview reading, not a store-specific integration.

There's no dedicated Amazon, Flipkart, or any other store integration. Pasting a product URL does two independent, generic things:

  • Name and image - GoloLink fetches the page and reads its standard preview tags (the same metadata any site can expose, not a store-specific API). If a site doesn't expose those, or the fetch fails, nothing gets filled in - add the name and image yourself.
  • Destination name guess - separately, the destination's name field is guessed from the URL's domain (e.g. amazon.com → "Amazon", flipkart.com → "Flipkart") purely so the field isn't blank. It's a rough guess based on the domain text, not recognition of the actual store.

Neither step detects price - auto-fill only ever pulls name and image. Both are just a head start; overwrite anything at any time.