Re: [CODE4LIB] Proquest search api?

2014-02-17 Thread Roy Tennant
This generally agrees with what I have found[1]. That is, if a second indicator of '0' exists, then it is fairly likely the URL will lead you to the full item. However, unfortunately an indicator of '1' is ambiguous, so it's possible you will be leaving a lot behind if you rely on that solely. It s

Re: [CODE4LIB] Proquest search api?

2014-02-17 Thread Jonathan Rochkind
Interesting, thanks for the additional information, very useful! I don't like relying on the 'free text' in subfield 3, because it seems fragile, who knows if I know all the possible values or if they change them in the future breaking my code. But your example with two 'full text' links is e

Re: [CODE4LIB] Proquest search api?

2014-02-17 Thread Andrew Anderson
The document you want to request from ProQuest support was called Federated-Search.docx when they sent it to me. This will address many of your documentation needs. ProQuest used to have an excel spreadsheet with all of the product codes for the databases available for download from http://su

Re: [CODE4LIB] Proquest search api?

2014-02-17 Thread Jonathan Rochkind
I still haven't managed to get info from Proquest support, but thanks to off list hints from another coder, I have discovered the Proquest SRU endpoint, which I think is the thing they call the "XML gateway". Here's an example query: http://fedsearch.proquest.com/search/sru/pqdtft?operation=se

Re: [CODE4LIB] Proquest search api?

2014-02-12 Thread Jonathan Rochkind
Aha, thinking to google search for "proquest z3950" actually got me some additional clues! "Sites that are currently using Z39.50 to search ProQuest are advised to consider moving to the XML gateway." in Google snippets for: http://www.proquest.com/assets/downloads/products/techrequirements_

Re: [CODE4LIB] Proquest search api?

2014-02-12 Thread Eric Lease Morgan
On Feb 12, 2014, at 3:22 PM, Jonathan Rochkind wrote: > I feel like at some point I heard there was a search API for the > Proquest content/database platform. While it may not be the coolest, I’d be willing to bet Proquest supports Z39.50. I used it lately to do some interesting queries again

Re: [CODE4LIB] Proquest search api?

2014-02-12 Thread Mark Jordan
- Original Message - > > While it may not be the coolest, I’d be willing to bet Proquest > supports Z39.50. Someone thinks Z39.50 isn't cool? It's got a very cool name anyway, especially when pronounced zed39.50. We'd also be interested in hearing how others are querying PQ, esp. Proq

[CODE4LIB] Proquest search api?

2014-02-12 Thread Jonathan Rochkind
I feel like at some point I heard there was a search API for the Proquest content/database platform. I can find no evidence of it on google, but that's not really unusual for most of our vendor's apis. Does anyone know if such an API exists, usable by Proquest customers, and if so how to get