5 comments

  • pheouk1 hour ago
    I tested with a fairly old (10+ year) gmail account and every field other than the full name came back as null which is surprising, will try a few more tests and see how i go, but that wasnt the expected result :)
  • GaryBluto50 minutes ago
    Tried it on two addresses, everything was null. All it did was infer I was male from my name.
  • ryanmerket1 day ago
    Cool. I was actually just searching for something like this that was quick to get started. Do you support social url for data query?
    • hazzadous1 day ago
      Thanks Ryan! It only supports query by email at the moment but if you can explain the social url use case and the atteibutes you’d want to retrieve I’ll see what’s possible.
  • warrior442 days ago
    hit the curl. ~800ms TTFB.<p>if this is truly &quot;real-time&quot; and not a cached graph, how do you handle rate limiting and CAPTCHAs at scale? Even with &quot;public&quot; data, on-demand scraping usually requires massive residential proxy rotation which eats that $0.03 margin alive.
    • hazzadous2 days ago
      thanks for giving it a go!<p>if you tried the curl command then yes this is indeed fast. the example curl command is hardcoded, john.smith@example.com is used with a static response for the purposes of allowing users to test the shape of the api without needing to be authed. low time to first test was my aim.<p>keen to hear if you have a use case for something like this?
  • warthog54 minutes ago
    what would be the difference of this vs using an API like Apollo?