Foursquare Venue Scraper avatar

Foursquare Venue Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Foursquare Venue Scraper

Foursquare Venue Scraper

Scrapes commercial real estate listings from LoopNet filtering by location through public sitemap feeds. Returns listing IDs, URLs, titles, states, update timestamps, and images, with optional detail enrichment for property address, price, type, size, year built, cap rate, and location data.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

LoopNet Listing Scraper

Scrapes commercial-real-estate listings from LoopNet (CoStar). Because LoopNet's search and listing pages are gated by Akamai Bot Manager, the actor harvests the public listings sitemap feeds (loopnet.com/sitemaps/sitemap_AllNewListings.xml.gz and sitemap_AllListings.xml.gz), which are served without the bot challenge, and filters them by location. Each record has the listing id, URL, address-derived title, US state, last-modified timestamp and hero image. Optionally it also attempts each listing detail page with curl_cffi Chrome TLS impersonation and parses the embedded JSON-LD (price, address, geo, property facts); when Akamai blocks the attempt the record keeps a detail_status note instead of failing.

Input

FieldDefaultDescription
location""Free-text location filter matched against listing URL slugs, e.g. Austin, TX or TX. Empty = all locations.
listing_scopenewnew = recently-added-listings feed (~30k URLs, 1 chunk); all = full corpus (300k+, 11+ chunks).
fetch_detailsfalseBest-effort JSON-LD detail enrichment per listing (Akamai-gated; works best with residential proxies).
max_results20Max listing records (1–2000).

Output

{
"listing_id": "41363015",
"url": "https://www.loopnet.com/Listing/3305-Steck-Ave-Austin-TX/41363015/",
"title": "3305 Steck Ave Austin TX",
"state": "TX",
"last_modified": "2026-08-14T10:56:28Z",
"image_url": "https://images1.loopnet.com/i2/UnArUeRc.../114/image.jpg",
"raw": { "loc": "...", "lastmod": "...", "image": "..." },
"detail_status": "blocked (HTTP 403)"
}

With fetch_details succeeding (e.g. via residential proxy), records gain name, description, street_address, city, region, postal_code, latitude, longitude, price, property_type, building_size, year_built, cap_rate and a facts map.

Data source

LoopNet public sitemap feeds referenced from loopnet.com/robots.txt — no API key needed. Listing detail pages are protected by Akamai Bot Manager (403 / behavioral challenge from datacenter IPs); the detail step degrades gracefully. Scrape politely (built-in delays) and respect LoopNet/CoStar terms of use.