UPCity Business Directory Scraper avatar

UPCity Business Directory Scraper

Try for free

2 hours trial then $19.00/month - No credit card required now

Go to Store
UPCity Business Directory Scraper

UPCity Business Directory Scraper

njoylab/upcity-business-directory-scraper
Try for free

2 hours trial then $19.00/month - No credit card required now

Extract valuable business data from UPCity.com with this efficient scraper. Collects company profiles including contact information, services, locations, and ratings across multiple categories. Perfect for market research, lead generation, and competitive analysis.

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 5.0 / 5 (2)

  • 2 bookmarks

  • >99% runs succeeded

  • Created in Mar 2025

  • Modified 4 days ago

UpCity Reviews and Companies Scraper

A web scraper built with Apify SDK to extract company information and reviews from UpCity.com.

Features

  • Scrapes company listings from category pages
  • Extracts detailed company profile information
  • Supports Apify proxy configuration

Input Parameters

The scraper accepts the following input parameters:

ParameterTypeDescriptionRequired
urlstringThe URL to scrape. Can be either a category page (e.g., "https://upcity.com/advertising") or a company profile page (e.g., "https://upcity.com/profiles/company-name")Yes
pageintegerPage number to scrape for category pages (default: 1)No

Example inputs:

For scraping company listings:

1{
2    "url": "https://upcity.com/advertising?list_sort_by=review_count&list_sort_order=desc&filter=0",
3    "page": 1
4}

For scraping individual company details:

1{
2    "url": "https://upcity.com/profiles/company-name"
3}

Output Format

Company Listing

The output for category pages will be an array of company profiles.

Company Detail

The output for individual company profiles will contain detailed company information as provided by the UpCity.

Usage

  1. Configure input: Set the required URL (either a category page or company profile) and optional page number
  2. Run the actor: Execute the Apify actor with your input configuration
  3. Process results: Access the structured company data from Apify's storage

Disclaimer

This actor is designed for legitimate data collection from UpCity's public directory. Please ensure your usage complies with upcity.com's terms of service and robots.txt policies.