JSON PATH avatar

JSON PATH

Try for free

3 days trial then $10.00/month - No credit card required now

View all Actors
JSON PATH

JSON PATH

dtrungtin/jsonpath
Try for free

3 days trial then $10.00/month - No credit card required now

Analyse, transform, and selectively extract data from JSON documents (and JavaScript objects).

You can access the JSON PATH programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "url": "https://github.com/dtrungtin/apify/raw/refs/heads/master/dataset_tiki-scraper.json",
3  "jsonPath": "$[*]",
4  "transformFunction": "$ => ({ name: $.name, sku: $.sku })"
5}' |
6apify call dtrungtin/jsonpath --silent --output-dataset

JSON PATH API through CLI

The Apify CLI is the official tool that allows you to use JSON PATH locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 0 stars
  • 87.1% runs succeeded
  • Created in Oct 2024
  • Modified 18 days ago