Scraping Google docs (can't use API)

Posted by Andy Waite on Stack Overflow See other posts from Stack Overflow or by Andy Waite
Published on 2010-05-29T14:49:18Z Indexed on 2010/05/29 14:52 UTC
Read the original article Hit count: 238

I'm building an iPhone app which needs a peice of meta data from a user's Google Spreadsheet. Unfortunately the meta data I need is not exposed by the API, so I will need to scrape it from the document's HTML source (it would not be present in any of the exported variants).

Is there anyway to include authentication parameters in a call such as:

http://spreadsheets.google.com/ccc?key=abc123&username=...&password=...

© Stack Overflow or respective owner

Related posts about screen-scraping

Related posts about google-docs