Skip to content

Instantly share code, notes, and snippets.

@gahabeen
Created January 27, 2017 22:47
Show Gist options
  • Save gahabeen/799de8aa08bfa92e228126e62d20e91a to your computer and use it in GitHub Desktop.
Save gahabeen/799de8aa08bfa92e228126e62d20e91a to your computer and use it in GitHub Desktop.
Bare Cheerio Code to Extract Data Output
// Here is the output data:
// [
// {
// "name": " Tessera ",
// "description": " Proud of our wide range of product\n\t\t\t\twe developped many project in the past 4 years. You can find the company \n\t\t\t\tin 14 different countries ",
// "contact": {
// "telephone": " Phone: (841) 467-168 ",
// "employee": {
// "name": " Mike Layn ",
// "jobTitle": " Marketing Assistant",
// "email": " Email: mike.layn@tessera.io"
// }
// }
// },
// {
// "name": " Marcox ",
// "description": " Lorem ipsum dolor ",
// "contact": {
// "telephone": " Phone: +1497 467168 ",
// "employee": {
// "name": " Jake Kannegan ",
// "jobTitle": " Owner ",
// "email": " Email: jakek@marcox.com"
// }
// }
// }
// ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment