Scraper which parses another addon’sJSONRPC response

Hi,

I wrote a script type plugin, which builds some media informations, if I Call it with JSONRPC and pass a movie title. But I want to create a scraper which parses my script’s JSONRPC response.

I think, I Can make the regex extract from the JSON, but how Can I make a request from the scraper to the script? Is it possible?

If not, is there any other way to do this?

Many thanks!