這裏是解析Flipp傳單的簡單方法。在這個例子中,你的瀏覽器將返回application/json內容類型。
https://backflipp.wishabi.com/flipp/items/search?locale=[Your Language preference here]&postal_code=[Your postal code here]&q=[Your merchant here]
//in this example you will get all items (description, price, image etc..) from all valid flyers from Walmart in in the area of H4A1B9 postal code
https://backflipp.wishabi.com/flipp/items/search?locale=en-ca&postal_code=H4A1B9&q=Walmart
//in this example you will search at Walmart for a specifific item
https://backflipp.wishabi.com/flipp/items/search?locale=en-ca&postal_code=H4A1B9&q=Walmart AND milk
//在這個例子中,你會搜索所有商家的specifific項目
https://backflipp.wishabi.com/flipp/items/search?locale=en-ca&postal_code=H4A1B9&q=milk
我的想法是......貌似每個圖像是一個可點擊的標籤,這些標籤可點擊鏈接中給出單個頁面就是上面的鏈接。 –
該鏈接不適合我 - 404呃哦意外的錯誤 –
嗨馬丁,謝謝你的嘗試。你可以試試https://flipp.com/flyers/groceries –