BetaBetaCreate a new Ia Search using the basic scrape API
Session to use for requests
Optionalcount?: numberSpecifies how many results to return per page, positive integer
Optionalfields?: FieldsOptionallimit?: numberOptionalmaxRetries?: numberOptionalscope?: IaScopeThe scope of the query.
Possible values are 'standard' or 'all'.
The 'all' scope requires authorization
Optionalsorts?: Sorts
Protected Readonly BetabasicProtected Readonly BetafieldsProtected Optional Readonly BetalimitProtected BetanumProtected Readonly BetaparamsProtected BetaqueryProtected Readonly BetasessionProtected Optional Readonly BetasortsProtected Readonly BetaurlProtectedfetchBetaBetaBetaGet the number if items found by this query.
Note that this number can change over time. The number also gets updated with every call to the search API.
Number of items found
BetaBetaBetaBeta
This class represents an archive.org item search using the
scrapeAPI endpoint. For more advanced queries, use the IaAdvancedSearch class.Example