Access the largest structured repository of pre-2000 web content. Power your research with verified datasets, temporal analysis tools, and open API access.
Full HTML source code of 180,000+ Geocities personal homepages, including embedded assets and directory structure.
Structured graph data representing hyperlink relationships between domains from 1995-1999. Ideal for network analysis.
PNG screenshots of archived pages rendered in period-accurate browsers (Netscape 3.0, IE 3.0, Mosaic). Includes DOM trees.
Extracted text content from scanned PDFs, image-heavy pages, and raw HTML. Cleaned and tokenized for NLP research.
# Search for archived pages by keyword and date range
# Requires API Key with 'reader' permissions
curl -X GET "https://api.1990archive.net/v1/search" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "under construction",
"date_from": "1995-01-01",
"date_to": "1999-12-31",
"source": ["geocities", "angelfire"],
"limit": 100
}'
Apply for our Research Partnership Program to gain bulk access, dedicated support, and priority compute resources for large-scale analyses.
Apply for Partnership