Archive Org Advanced Search PPR avatar
Archive Org Advanced Search PPR

Pricing

$10.00 / 1,000 results

Go to Store
Archive Org Advanced Search PPR

Archive Org Advanced Search PPR

Developed by

Maged Safwat

Maintained by Community

the fastest and the most Advanced Scraper For Archive.org search, it uses Archive.org Advanced Search API to get best results really fast and with pagination support, and you can filter results by any field, and also you can sort results by any field and in any direction, with custom fields support

0.0 (0)

Pricing

$10.00 / 1,000 results

0

Monthly users

4

Runs succeeded

>99%

Last modified

3 days ago

You can access the Archive Org Advanced Search PPR 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.

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json << 'EOF'
6{
7  "any_field_value": "",
8  "any_field_operator": "contains",
9  "title_value": "Learn Python",
10  "title_operator": "contains",
11  "creator_value": "",
12  "creator_operator": "contains",
13  "description_value": "",
14  "description_operator": "contains",
15  "collection_value": "",
16  "collection_operator": "contains",
17  "mediatype_value": "",
18  "mediatype_operator": "is",
19  "custom_field_1_name": "",
20  "custom_field_1_value": "",
21  "custom_field_1_operator": "contains",
22  "custom_field_2_name": "",
23  "custom_field_2_value": "",
24  "custom_field_2_operator": "contains",
25  "custom_field_3_name": "",
26  "custom_field_3_value": "",
27  "custom_field_3_operator": "contains",
28  "custom_field_4_name": "",
29  "custom_field_4_value": "",
30  "custom_field_4_operator": "contains",
31  "custom_field_5_name": "",
32  "custom_field_5_value": "",
33  "custom_field_5_operator": "contains",
34  "date": "",
35  "date_range_start": "",
36  "date_range_end": "",
37  "hits_per_page": 10,
38  "page": 1,
39  "sort_name": "publicdate",
40  "sort_value": "desc"
41}
42EOF
43
44# Run the Actor using an HTTP API
45# See the full API reference at https://docs.apify.com/api/v2
46curl "https://api.apify.com/v2/acts/maged120~archive-org-advanced-search-ppr/runs?token=$API_TOKEN" \
47  -X POST \
48  -d @input.json \
49  -H 'Content-Type: application/json'

Archive Org Advanced Search PPR API

Below, you can find a list of relevant HTTP API endpoints for calling the Archive Org Advanced Search PPR Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/maged120~archive-org-advanced-search-ppr/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/maged120~archive-org-advanced-search-ppr/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/maged120~archive-org-advanced-search-ppr?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Archive Org Advanced Search PPR API programmatically via the Apify API.

You can choose from:

You can start Archive Org Advanced Search PPR with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Archive Org Advanced Search PPR is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Archive Org Advanced Search PPR run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.

Pricing

Pricing model

Pay per result 

This Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.

Price per 1,000 items

$10.00