nicklathe / google_products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Shopping Lab

Conditionals and Loops

Answering the following questions on google_shopping.md. Use the file google_shopping.js to check your output.

Use the product search result in your file to check the following:

1.) The kind of results you're are dealing are shopping#products. Go through the items and find all results that have kind of shopping#product. How many are there? Where else is this count information stored in the search results?

2.) Find all items with a backorder availability in inventories.

3.) Find all items with more than one image link.

4.) Find all canon products in the items (careful with case sensitivity).

5.) Find all items that have product author name of "eBay" and are brand "Canon".

6.) Print all the products with their brand, price, and a image link

About


Languages

Language:JavaScript 100.0%