> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bondata.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Synccentric Lookup

> Enrich ASINs with Amazon product metadata via Synccentric

Enriches records with Amazon product metadata by looking up ASINs through the Synccentric API. Use it to add product titles, descriptions, categories, prices, EANs, and images to your workflow data.

## Configuration

| Setting                 | Description                                                                            |
| ----------------------- | -------------------------------------------------------------------------------------- |
| **Integration**         | Your connected Synccentric integration                                                 |
| **Source Field**        | Field containing ASINs to look up                                                      |
| **Lookup Mode**         | **Quick** (10 per batch, synchronous - default) or **Bulk** (up to 1000, asynchronous) |
| **Locale**              | Amazon marketplace: DE, US, UK, etc. (default: DE)                                     |
| **Output Fields**       | Product fields to return (title, description, category, EAN, price, images, etc.)      |
| **Limit**               | Maximum ASINs to process (default: 1000)                                               |
| **Virtual Object Name** | Namespace prefix (default: `synccentric_lookup`)                                       |

## How It Works

<Steps>
  <Step title="Select the ASIN field">
    Choose which field contains the Amazon ASINs to look up.
  </Step>

  <Step title="Choose lookup mode">
    Use **Quick** for small batches with instant results, or **Bulk** for large datasets with async processing.
  </Step>

  <Step title="Select output fields">
    Choose which product data fields to include in the enrichment.
  </Step>
</Steps>

## Output

New columns are added for each selected output field, containing the product metadata from Synccentric.

## Example

Enrich a product catalog with Amazon data:

1. **Get Data** from a CSV with ASINs
2. **Synccentric Lookup** → Source: ASIN column, Output: title, price, category, EAN
3. **Export to CSV** with enriched product data

## Best Practices

* Use **Quick** mode for datasets under 100 ASINs
* Use **Bulk** mode for larger datasets - it's more efficient but results are async
* Set the correct **Locale** to get pricing and availability for the right marketplace

## Related Nodes

* **[Dictionary Lookup](/guide/nodes/enrichment/dictionary-lookup-node)** - generic value mapping for non-ASIN lookups
* **[Web Search](/guide/nodes/enrichment/web-search-node)** - search the web for product information not available via Synccentric
