Created
November 5, 2014 15:29
-
-
Save shiondev/e35da039f42cb6173371 to your computer and use it in GitHub Desktop.
Sample Datafiniti Product Pricing Data Feed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "total": 4659, | |
| "records": [ | |
| { | |
| "key": "011132125479", | |
| "name": "Dog Food", | |
| "manufacturer": "Alpo", | |
| "ean": "0011132125479", | |
| "upc": "011132125479", | |
| "dateUpdated": "2014-02-18T01:16:13Z", | |
| "category": [ | |
| "Grocery", | |
| "Pet Shop", | |
| "Dogs", | |
| "Canned Food" | |
| ], | |
| "price": [ | |
| { | |
| "sourceURL": "http://familycenteriga.grocerydirect.com/pd/Alpo/Dog-Food-with-Lamb-and-Rice-in-Gravy/22-oz/011132125479/", | |
| "date": "2013-05-30T21:12:42Z", | |
| "amount": "USD 1.39", | |
| "guid": "ef63565206839aed913a0c25a2ae6f243bab93be8b83947cb97be04806747dd0" | |
| } | |
| ], | |
| "merchant": [ | |
| { | |
| "postal_code": "78373", | |
| "province": "TX", | |
| "city": "Port Aransas", | |
| "address": "418 S Alister St", | |
| "name": "Family Center Iga", | |
| "guid": "a809ec79038a0c11fb53f3a3b40e109713916254c095c9fb6e654838b3a9e185" | |
| } | |
| ], | |
| "image": "http://product.okfn.org.s3.amazonaws.com/images/gtin/gtin-001/0011132125479.jpg", | |
| "size": "22.00 oz", | |
| "source": [ | |
| "http://www.product-open-data.com/product-brand-list-SNH737.html", | |
| "http://www.product-open-data.com/product-brand-list-00001437.html", | |
| "http://familycenteriga.grocerydirect.com/pd/Alpo/Dog-Food-with-Lamb-and-Rice-in-Gravy/22-oz/011132125479/" | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment