Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
deciphering html
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Will  
View profile  
 More options Jun 21 2012, 2:31 pm
From: Will <w.schoderp...@gmail.com>
Date: Thu, 21 Jun 2012 11:31:30 -0700 (PDT)
Local: Thurs, Jun 21 2012 2:31 pm
Subject: deciphering html

Hey all,

So lets say I wanted to pull all the API information that comes with
"profile page"--ie; all the api information that comes with a profile page,
but I do it via the HTML code. Does anyone know how to separate (the api
pieces) of the code in an easy way? CSV wouldnt work because there are
commas within the descriptions of companies. I'm not sure my explanation
translates well to my problem, but let me know.
HTML Code to what's below--
                    link     CEO    phone   description  employees  etc etc
etc
Facebook


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anthony  
View profile  
 More options Jun 21 2012, 2:55 pm
From: Anthony <anwngu...@gmail.com>
Date: Thu, 21 Jun 2012 11:55:44 -0700 (PDT)
Local: Thurs, Jun 21 2012 2:55 pm
Subject: Re: deciphering html

Hi Will

It sounds like you want to screen scrape the HTML code on CrunchBase
profile pages. I don't see the reason to, since all the profile information
is already accessible via the API and neatly formatted in JSON. Here's an
example of using the API with jQuery: https://gist.github.com/2921495. However,
If you feel the need to use an HTML parser, then I would suggest using
either nokogiri <http://nokogiri.org/> or hpricot<https://github.com/hpricot/hpricot>
.

--Anthony


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »