Mahdisadjadi / arxivscraper

A python module to scrape arxiv.org for a date range and category

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Searching with specifying a category

tuncerkerem opened this issue · comments

I was wondering if we can search all categories or maybe numerous categories. If that's possible, what should we set category equal to?

Thanks

Every call to the API should have a single category. I'm afraid you have to write some helper function that would call the scraper iteratively.