Just informational comment. I found that it's possible to scrape raw text value instead of JSON. I mean situation where an endpoint returns e.g.: `7612781` instead of something looking more like JSON, e.g.: ``` { "number": 7612781 } ``` Then you can use `path: '{ $ }'`
Just informational comment.
I found that it's possible to scrape raw text value instead of JSON.
I mean situation where an endpoint returns e.g.:
7612781instead of something looking more like JSON, e.g.:Then you can use
path: '{ $ }'