OK, I've been making use of the free LinkScape API (on behalf of a client of mine) and trying to get links (and info on those links) to a specific domain/page/etc.
NOTE : I've been using it without any issue in the past, however we are currently facing some weird issues.
Let's take this simple query as an example :
What this one supposedly does is to get links to "wikipedia.org", right?
I'm reading :
The Page_to_* scopes will by default
return 25 links per source domain
if no limit is specified, so you can see domain diversity.
Due to space limitations in our API,
a general link query for a given page
will return at most 25 pages for every unique domain
linking to that page.
And I'm saying OK, that's fine.
The thing is that (instead of the 1000 links I had been getting before), I'm now getting just 25 links. NOT per... "source domain"... but obviously per "target domain" (= wikipedia.org) - or am I missing something? (well, probably wikipedia suddenly has just about 25 links pointed to it... makes sense! )
Please, let me know what's going on with the above, simply because getting just 25 links is close to worthless...
Thanks a lot, in advance!