CA
quickest-silver
Not possible to get details for specific dataset item from API?
I used the API to pull back all the items in a specific Dataset ID. In the results, Apify has an ID for each item inside the Dataset, but I don't see any documentation on how to use that ID to access the specific item's fields. Is it not possible?
1 Reply
stormy-gold•3y ago
There is no ID for each item. The items are simply an ordered list so each only has an index in the list. You can use the
fields
parameter to pick only specific fields (columns) and limit
, offset
to iterate the list