Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6835651
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:15:28+00:00 2026-05-26T23:15:28+00:00

I am trying to get some locations in New York using FourSquare API using

  • 0

I am trying to get some locations in New York using FourSquare API using the following API call:

https://api.foursquare.com/v2/venues/search?ll=40.7,-74&limit=50

What I don’t understand is that if the call imposes a limit of 50 search results (which is the maximum), how can I get more locations? When using Facebook API, the results being returned were random so I could issue multiple calls to get more results but FourSquare seems to be returning the same result set. Is there a good way to get more locations?

EDIT:

Ok. So there was a comment saying that I could be breaking a contractual agreement and I am not sure why this would be the case. I would gladly accept a reasoning for this. My doubt is this: Let us say that hypothetically, the location I am searching for is not in the 50 results returned? In that case, shouldn’t there be a pagination mechanism somewhere?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T23:15:28+00:00Added an answer on May 26, 2026 at 11:15 pm

    The API docs here can help.

    Foursquare searching is very closely linked to the location ‘point’ (the ‘ll’ param on the query) that you provide. The simple answer is that to find more venues within a given area, you need to simply query again with a different location ‘point’ within that area.

    Two queries, both at points close to one another:

    https://api.foursquare.com/v2/venues/search?ll=40.700,-74.000&limit=50
    https://api.foursquare.com/v2/venues/search?ll=40.705,-74.005&limit=50
    

    will get you two different sets of venues (that may overlap, depending on how close the points are).

    The default intent for the search method is ‘checkin’, which will return the 50 most popular locations closest to that point. If instead you want to look at all the venues within an area, you can use the ‘browse’ intent. This takes either a ‘radius’ parameter, in which case it returns venues inside a circle around the given point with the given radius, or it takes two coordinates representing the ‘sw’ and ‘ne’ corners of a rectangle. So, you could do:

    https://api.foursquare.com/v2/venues/search?ll=40.705,-74.005&limit=50&intent=browse&radius=50
    

    which will give you 50 venues within the 50m circle around that point. A smaller radius will reduce the number of venues returned. So, by varying the radius and the point at which you search (or the size and position of the rectangle described by the ‘sw’ and ‘ne’ parameters), you can get more venues returned.

    Hope that helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to get some xpath from xsl variable using xsl ver 1.0
I am new to XML and am trying to get some of the information
I am trying to get the GPS location of my G1 using the following
I'm using some of the new features in Google DFP and can't get a
Im trying to get some checkbox with a specific name document.getElementsByName(test); Unfortunatley i cant
I am trying to get some accurate runtime comparisons of PHP vs Python (and
I am trying to get some XML data with LINQ, but running into a
Hi I'm trying to get some practice with Linked Lists. I Defined an Object
I'm trying to get some code working that a previous developer has written. Yep,
I am trying to get some JavaScript to programmatically adjust a HTML img tag's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.