JSON PATH avatar
JSON PATH

Pricing

$10.00/month + usage

Go to Store
JSON PATH

JSON PATH

Developed by

Tin

Tin

Maintained by Community

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

0.0 (0)

Pricing

$10.00/month + usage

0

Total users

6

Monthly users

2

Runs succeeded

>99%

Last modified

8 months ago

You can access the JSON PATH programmatically from your own applications by using the Apify API. You can also 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.

$echo '{
< "url": "https://github.com/dtrungtin/apify/raw/refs/heads/master/dataset_tiki-scraper.json",
< "jsonPath": "$[*]",
< "transformFunction": "$ => ({ name: $.name, sku: $.sku })"
<}' |
<apify 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

$npm i -g apify-cli
$apify login

Other API clients include: