Replies: 1 comment
-
Are you getting a specific error message? This would help in identifying the issue. I'm still working on this in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to use the paper bulk endpoint, but I just can't get any more than 1000 distinct results. The documentation said you can get up to 10 million results so I'm confused what I may be doing wrong. Is it a problem with the way I used offset? I'd appreciate any help.
`def fetch_papers(query, total_papers=2000, num_papers_per_request=500, year_range="2023-", field_of_study="Computer Science", min_citation_count=5):
all_papers = []
start_index = 0
Beta Was this translation helpful? Give feedback.
All reactions