Free Tool

JSON Path Finder

Paste JSON and click any value to get its path. Navigate nested API responses and find the exact path to any field.

About This Tool

Paste a JSON object and click on any key or value to get its dot-notation path and bracket-notation path. Ideal for navigating complex API responses, writing data extraction code, and exploring nested JSON structures from search APIs.

Frequently Asked Questions

A JSON path is the sequence of keys and indices needed to access a specific value in a JSON object. For example, data.results[0].title accesses the title of the first result in a data object.

Both dot notation (data.results[0].title) and bracket notation (data['results'][0]['title']) are shown. Dot notation is more readable; bracket notation handles keys with special characters.

Yes. Paste any valid JSON, including responses from the Scavio API or any other REST API, and click on fields to find their paths for use in your code.

Working with Search API Responses?

Scavio returns deeply structured JSON with organic results, knowledge graphs, People Also Ask, and more. Use this tool to explore response shapes.