Item API - Filtering

Posted over 7 years ago by austinseg

Post a topic
Answered
a
austinseg

Wondering if it's possible via the Items API to only request items with a certain value criteria.  I have very large datasets, from which I want to write an API call that only returns items where the field value is a certain value.


For example lets say I have a generated field in my spider that is just a Boolean 1/0.  I want to be able to call the item API to download a csv of only items with that field =1.


Any ways to accomplish this?


Thanks!

0 Votes

vaz

vaz posted over 7 years ago Best Answer

Hi Austin,


Maybe the best way is through your own code filtering there what you want to scrape.


But check this article, maybe is helpful, but is more UI and possibly not what you are looking for.


Best,


Pablo

0 Votes


1 Comments

vaz

vaz posted over 7 years ago Answer

Hi Austin,


Maybe the best way is through your own code filtering there what you want to scrape.


But check this article, maybe is helpful, but is more UI and possibly not what you are looking for.


Best,


Pablo

0 Votes

Login to post a comment