Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

How to defined the number of results to retrieve #51

@ManuelZ

Description

@ManuelZ

I'm doing the following with the latest version, 2.0.1:

params = {
    "q": term, 
    "page_size": 100
}
params = urllib.parse.urlencode(params, quote_via=urllib.parse.quote)
results = search.Api(client).find(params)

But I'm not really getting more than 10 results per call. How can I specify the number of results to get as well as the pagination?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions