dpguthrie / dpguthrie/yahooquery
Unable to Retrieve All Screener Results When Count Exceeds 250
- Dominant language
- Python
- Stars
- 920
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the Bug**
I am unable to retrieve all screener results using the YahooQuery library. Specifically, when attempting to increase the `count` parameter beyond 250, I receive an error stating "size is too large." However, the screener indicates that there are 10,000 results available.
**To Reproduce**
Steps to reproduce the behavior:
Here's the code I used:
```python
from yahooquery import Screener
s = Screener()
data = s.get_screeners('all_cryptocurrencies_us', count=250)
```
**Expected Behavior**
I expected to retrieve all available results (up to 10,000) by adjusting the `count` parameter.
**Screenshots**
1. **Web Results**

2. **Error when count > 250**

**Additional Context**
Is there a workaround or another method to retrieve all 10,000 results, or is this a limitation? Any guidance would be appreciated.
Contributor guide
Assessment
This issue has not been assessed yet.