← back to Handbag Authentication

handbag_data/us_government_bigquery/internet_archive_research.json

51 lines

{
  "institution": "Internet Archive",
  "url": "https://archive.org/",
  "api_documentation": "https://archive.org/services/docs/api/",
  "collection_size": "700+ billion pages",
  "relevant_collections": [
    {
      "name": "Fashion Magazines",
      "search_url": "https://archive.org/search.php?query=fashion%20magazine&and[]=mediatype%3A%22texts%22",
      "handbag_potential": "Very High - Vogue, Harper's Bazaar, etc."
    },
    {
      "name": "Department Store Catalogs",
      "search_url": "https://archive.org/search.php?query=department%20store%20catalog",
      "handbag_potential": "Very High - Sears, Montgomery Ward catalogs"
    },
    {
      "name": "Designer Catalogs",
      "search_url": "https://archive.org/search.php?query=designer%20catalog%20fashion",
      "handbag_potential": "High - Hermès, Chanel materials"
    },
    {
      "name": "Fashion History Books",
      "search_url": "https://archive.org/search.php?query=fashion%20history%20accessories",
      "handbag_potential": "Medium - academic resources"
    }
  ],
  "search_strategy": [
    "1. Use Advanced Search API",
    "2. Search queries:",
    "   - \"handbag fashion\"",
    "   - \"purse vintage\"",
    "   - \"Vogue handbag\"",
    "   - \"designer bag catalog\"",
    "3. Filter by: texts, images, mediatype",
    "4. Download PDFs/images for extraction"
  ],
  "api_examples": [
    "https://archive.org/metadata/ITEM_ID",
    "https://archive.org/advancedsearch.php?q=handbag&fl[]=identifier&output=json"
  ],
  "access_method": "Open API, no key required",
  "extraction_method": "Download PDFs/magazines → OCR → Extract handbag images/text",
  "notes": [
    "Massive collection of vintage fashion magazines",
    "Full-text searchable after OCR",
    "High-quality scans of designer catalogs",
    "Requires PDF processing and image extraction",
    "Best for historical handbag data (pre-2000)"
  ]
}