Google Shopping EAN/GTIN to Google SKU Converter Mapping avatar
Google Shopping EAN/GTIN to Google SKU Converter Mapping

Pricing

from $5.00 / 1,000 gtin/eans

Go to Apify Store
Google Shopping EAN/GTIN to Google SKU Converter Mapping

Google Shopping EAN/GTIN to Google SKU Converter Mapping

This actor is designed to automatically convert standard product codes like EAN, GTIN, UPC, and SKU into the Google Shopping SKU format for accurate product matching and price monitoring for any country.

Pricing

from $5.00 / 1,000 gtin/eans

Rating

0.0

(0)

Developer

SR

SR

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

🔁 Google Shopping EAN ↔ SKU Converter

Convert between retail barcodes and Google Shopping product identifiers in both directions. Drop in a list of EAN/GTIN codes or Google Shopping SKUs and the actor returns the matching identifiers plus product titles. No offer scraping, no pricing data—just clean identifier matching.

⚙️ What the Actor Does

  • Bidirectional conversion – converts EAN→SKU or SKU→EAN automatically based on input format.
  • EAN input – accepts 8, 12, 13, or 14 digit barcodes (EAN-8, UPC-A, EAN-13, GTIN-14).
  • SKU input – accepts 19 or 20-digit Google Shopping product identifiers.
  • Automatic detection – no need to specify input type, the actor detects it automatically.
  • Title confirmation – includes the title Google associates with that product for verification.
  • Multi-market support – query any supported Google Shopping country by providing a single country value (default NL).
  • Optimized concurrency – processes EANs with 25 concurrent requests, SKUs with 10, plus automatic API key rotation.

📥 Input Format

The Apify UI exposes two fields:

FieldTypeDescription
countrystringOptional ISO country code used to pick the Google Shopping site (default: NL).
eanstextareaOne EAN/GTIN or SKU per line. Mixed inputs are supported. Non-numeric values are ignored.

Example with mixed EANs and SKUs:

8720648364181
15273754807982018671
5410188032209
10607940341152878702
4902370543881

Programmatic runs can also send eans as an array. Each entry may be a string or an object with its own country_code.

📤 Output Fields

Every successful lookup pushes a single record to the default dataset:

FieldDescription
eanThe barcode (EAN/GTIN code). May be from input or resolved from SKU.
skuGoogle Shopping product identifier (19 or 20-digit code).
titleProduct name returned by Google Shopping.

Example output for EAN→SKU conversion:

{
"ean": "8720648364181",
"sku": "10957442292382693073",
"title": "Blephagel - Ooglid Reiniging Gel - 30 gram"
}

Example output for SKU→EAN conversion:

{
"ean": "8717755779656",
"sku": "15273754807982018671",
"title": "LEGO Creator 3-in-1 Space Shuttle"
}

Need pricing, URLs, or seller offers? This actor intentionally omits them. Use it when you just need reliable identifier mapping for downstream integrations.