Cool idea but it's useless right now.
Couple of suggestions:
Ability to save query with with unique url or create api on the fly for example
http://example.com/get_json?url=google.com&extract[]=meta[name,content]-google_meta_tags&extract[]=#gb a[href]-google_nav_links
Some kinda of nesting if I want to collect all articles
article.h2, article.p
posts = [{
"title": "Some awesome title",
"content": "Awesome content!"
},{
"title": "Some awesome title",
"content": "Awesome content!"
}
]
Cool idea but it's useless right now. Couple of suggestions:
Ability to save query with with unique url or create api on the fly for example http://example.com/get_json?url=google.com&extract[]=meta[name,content]-google_meta_tags&extract[]=#gb a[href]-google_nav_links
Some kinda of nesting if I want to collect all articles article.h2, article.p posts = [{ "title": "Some awesome title", "content": "Awesome content!" },{ "title": "Some awesome title", "content": "Awesome content!" } ]
also if I add callback return jsonp