![]()  | 
| Great Hall of the Library of Congress | 
In my search for ancestors I sometimes find a Google search will bring me to the Library of Congress newspaper site "Chronicling America". It's a handy resource to have, but the search terms are not highlighted on the page when you come in via a Google search, and directions for searching individual pages is quite complicated, at least for me, to wit:
Searching newspaper pages is also possible via OpenSearch. This is advertised in a LINK header element of the site's HTML template as "NDNP Page Search", using this OpenSearch Description document.
Page search parameters:
- andtext: the search query
 - format: 'html' (default), or 'json', or 'atom' (optional)
 - page: for paging results (optional)
 
-  
/search/pages/results/?andtext=thomas 
search for "thomas", HTML response -  
/search/pages/results/?andtext=thomas&format=atom 
search for "thomas", Atom response -  
/search/pages/results/?andtext=thomas&format=atom&page=11 
search for "thomas", Atom response, starting at page 11 

No comments:
Post a Comment