これはうまくいくはずです、これは実際の例です
curl -b authcookie -XPOST 'https://api.import.io/store/data/f53e3905-c5d0-457a-befd-d13a3a421bcf/_query' -d '
{
"input": {
"webpage/url": "http://www.ikea.com/us/en/search/?query=chair"
}
}
'
に比べ:-
curl -b authcookie -XPOST 'https://api.import.io/store/data/f53e3905-c5d0-457a-befd-d13a3a421bcf/_query' -d '
{
"input": {
"webpage/url": "http://www.ikea.com/us/en/search/?query=light"
}
}
'
テーブル対ライトの結果。レスポンスの json を見ると、結果が返される URL がわかるはずです:-
"pageUrl": "http://www.ikea.com/us/en/search/?query=light",
API ドキュメントでこれを自分で試すこともできます:-
http://api.docs.import.io/#!/Query_Methods/queryPost