Skip to content

nicklathe/google_products

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%