JSON Record Filter
Pricing
from $0.30 / 1,000 results
JSON Record Filter
Filter structured JSON records using explicit field conditions and deterministic matching rules. Useful for APIs, ETL pipelines, exports, and data automation workflows.
Pricing
from $0.30 / 1,000 results
Rating
0.0
(0)
Developer
Luca Gallifuoco
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Filter structured records using explicit deterministic field conditions without arbitrary expressions.
What this Actor does
- Dot-path fields
- All/any condition modes
- String, existence, set, and numeric comparison operators
Input
Provide items plus explicit conditions; choose whether all or any condition must match.
Example input
{"items": [{"name": "Alice","age": 31,"active": true},{"name": "Bob","age": 19,"active": false}],"conditions": [{"field": "age","operator": "gte","value": 21},{"field": "active","operator": "equals","value": true}],"mode": "all"}
Output
Only matching records are written in the data field.
Results are written to the default Apify dataset and can be consumed from the Console, API, Make, Zapier, or other automation workflows.
Common use cases
- Filter exports before import
- Select qualifying API records
- Create deterministic subsets
Pricing
This Actor is designed for transparent pay-per-event pricing. Check the current Apify Store pricing before running it.
Limitations
- No regex execution
- No arbitrary expressions
- Exact deterministic operators only
Privacy and safety
- Input data is processed deterministically.
- No credentials are embedded in the Actor source.
- This utility does not require external website access.
- Review sensitive or regulated data handling requirements before processing such data.