curl "http://lsapi.seomoz.com/linkscape/url-metrics/?AccessID=my_access_id&Expires=1274893869&Signature=ETZcxG3avCb3KFdMYgm2XRi6BE4%3D&Cols=546299707389" --data "["www.seomoz.org/","www.seomoz.org/blog/"]"
[{"feid":901504,"fejp":7.344112387236008,"fejr":7.4
87130929872663e-07,"fid":23104,"fipl":19965,"fjp":8.237663818629526,"fjr":6.506748463818193e-06,"fmrp":6.842455688331352, [...] "utrr":6.651548800471646e-08,"uu":"www.seomoz.org/"},{"feid":901504,"fejp":7.344112387236008,"fejr":7.487130929872663e-07,"fid":23104,"fipl":19965,"fjp":8.237663818629526,"fjr":6.506748463818193e-06,"fmrp":6.842455688331352, [...] "utrr":4.742012098915273e-10,"uu":"www.seomoz.org/blog/"}]
Thanks again,
Patrick
On May 26, 1:13 pm, Jeff Pollard <j...@seomoz.org> wrote:
> Hello Patrick,
>
> Sorry for the immense delay, things have been a little busy around the
> office :) The bulk API operates exactly the same as the normal API, except
> that your request to the API is a POST as opposed to a GET, and the request
> has a body - a JSON-encoded array of URLs. The response from the API is a
> JSON-encoded array of url data, as opposed to just one JSON object of URL
> data.
>
> Here is a sample request with Curl for that data:
>
> curl "
>
> >http://lsapi.seomoz.com/linkscape/url-metrics/?AccessID=my_access_id&..."
> > --data "["www.seomoz.org/","www.seomoz.org/blog/"]"
>
> And the sample response (note that I removed a lot of columns from the
> response for readability):
>
> [{"feid":901504,"fejp":7.344112387236008,"fejr":7.4
>
> 87130929872663e-07,"fid":23104,"fipl":19965,"fjp":8.237663818629526,"fjr":6.506748463818193e-06,"fmrp":6.842455688331352,
>
> > [...] "utrr":6.651548800471646e-08,"uu":"www.seomoz.org/"},{"feid":901504,"fejp":7.344112387236008,"fejr":7.487130929872663e-07,"fid":23104,"fipl":19965,"fjp":8.237663818629526,"fjr":6.506748463818193e-06,"fmrp":6.842455688331352,
> > [...] "utrr":4.742012098915273e-10,"uu":"www.seomoz.org/blog/"}]
>
> -J
>
> > <seomoz-api%2Bunsu...@googlegroups.com<seomoz-api%252Buns...@googlegroups.com>