When doing Facebook graph search queries, you have the option of specifying the limit parameter. I am aware of the fact that the hard limit if 5000. However, when I do broad queries, I always retrieve about 500 results (between 480 and 540), even if the limit is well above that.
For example,
https://graph.facebook.com/search?q=doctor&locale=en_US&limit=1000&type=page&fields=id
Returned 527 results when I tried. Providing a valid access_token did not return more results.
Does anyone have any ideas as to why this is, and possibly how it can be overcome?