Archive.org advanced search avatar

Archive.org advanced search

Try for free

1 day trial then $9.00/month - No credit card required now

Go to Store
Archive.org advanced search

Archive.org advanced search

maged120/archive-org-advanced-search
Try for free

1 day trial then $9.00/month - No credit card required now

a powerful, fast and advanced seach api for archive.org leveraging its api for fast and accurate results, with all the filters supported in archive.org's advanced search

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Mar 2025

  • Modified a day ago

You can access the Archive.org advanced search programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "any_field_value": "",
3  "any_field_operator": "contains",
4  "title_value": "Learn Python",
5  "title_operator": "contains",
6  "creator_value": "",
7  "creator_operator": "contains",
8  "description_value": "",
9  "description_operator": "contains",
10  "collection_value": "",
11  "collection_operator": "contains",
12  "mediatype_value": "",
13  "mediatype_operator": "is",
14  "custom_field_1_name": "",
15  "custom_field_1_value": "",
16  "custom_field_1_operator": "contains",
17  "custom_field_2_name": "",
18  "custom_field_2_value": "",
19  "custom_field_2_operator": "contains",
20  "custom_field_3_name": "",
21  "custom_field_3_value": "",
22  "custom_field_3_operator": "contains",
23  "custom_field_4_name": "",
24  "custom_field_4_value": "",
25  "custom_field_4_operator": "contains",
26  "custom_field_5_name": "",
27  "custom_field_5_value": "",
28  "custom_field_5_operator": "contains",
29  "date": "",
30  "date_range_start": "",
31  "date_range_end": "",
32  "hits_per_page": 5,
33  "page": 1,
34  "sort_name": "publicdate",
35  "sort_value": "desc"
36}' |
37apify call maged120/archive-org-advanced-search --silent --output-dataset

Archive.org advanced search API through CLI

The Apify CLI is the official tool that allows you to use Archive.org advanced search locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: