Product Feed Validator API checks product feeds for common feed quality problems.
The API validates product feed data in common ecommerce feed formats such as CSV, TSV, JSON, or XML. It checks required fields, empty values, malformed URLs, duplicate product IDs, price format, availability values, condition values, missing product identifiers, description issues, image link issues, feed quality score, grade, issues, and fix hints.
The API returns row count, error count, warning count, score, grade, issue list, issue severity, row number, field name, issue message, fix hint, usage information, safety notes, and disclaimer.
This API is useful for developers, SaaS builders, ecommerce platforms, feed management platforms, feed quality services, marketing agencies, web agencies, catalog teams, ecommerce app builders, PIM services, catalog management services, adtech platforms, retail media services, and companies that monitor customer or vendor feeds.
The API validates submitted feed data or a public feed URL for common product-feed quality problems. It does not hack, brute force, attempt logins, scan private systems, send feeds to destination systems, transmit feed data to commerce platforms, approve or reject products, guarantee ad approval, change product feeds, or require customer passwords or private secrets.
{"row_count":1,"error_count":1,"warning_count":1,"score":87,"grade":"B","issues":[{"severity":"warning","row":1,"field":"description","message":"Description is very short","fix_hint":"Add useful product details such as material, use case, size, or features."},{"severity":"error","row":1,"field":"availability","message":"Invalid availability value","fix_hint":"Use in stock, out of stock, preorder, or backorder."}]}
curl --location --request POST 'https://zylalabs.com/api/12795/product+feed+validator+api/25147/validate+product+feed' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"feed_data": "id,title,description,link,image_link,price,availability,condition,brand,gtin\nSKU123,Blue Shirt,Soft cotton shirt,https://example.com/products/blue-shirt,https://example.com/images/blue-shirt.jpg,19.99 USD,in_stock,new,LumaValle,00012345678905",
"feed_format": "csv"
}'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
The Validate Product Feed endpoint returns a structured JSON response that includes the row count, error count, warning count, overall score, grade, and a detailed list of issues found in the product feed.
Key fields in the response include `row_count`, `error_count`, `warning_count`, `score`, `grade`, and an `issues` array that details specific problems, including severity, row number, field name, issue message, and fix hints.
The returned data is in JSON format, structured with top-level fields for counts and scores, and an array of issues. Each issue contains fields for severity, row number, field name, message, and fix hint, allowing for easy parsing and analysis.
The endpoint provides information on missing required fields, empty values, malformed URLs, duplicate IDs, price formats, availability, condition, identifiers, descriptions, image links, and overall feed quality scores.
The endpoint accepts parameters such as the product feed data in various formats (CSV, TSV, JSON, XML) or a public feed URL. Users can customize requests by providing specific feed content to validate.
The response data is organized into a main object containing summary metrics (counts and scores) and an `issues` array. Each issue object within the array provides detailed information about specific validation problems.
The data comes from submitted feed content or a public feed URL provided in the request. The API checks the supplied product feed against validation rules for common formatting and content issues.
Typical use cases include checking product feed formatting, reviewing missing or invalid fields, finding duplicate product IDs, checking price and availability values, and identifying listing data issues before using the feed in a destination system.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
Service Level:
100%
Response Time:
474ms
Service Level:
100%
Response Time:
93ms
Service Level:
100%
Response Time:
565ms
Service Level:
100%
Response Time:
156ms
Service Level:
100%
Response Time:
1,045ms
Service Level:
100%
Response Time:
156ms
Service Level:
100%
Response Time:
156ms
Service Level:
100%
Response Time:
156ms
Service Level:
100%
Response Time:
156ms
Service Level:
100%
Response Time:
157ms