UPCity Business Directory Scraper

UPCity Business Directory Scraper

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_TOOLSLEAD_GENERATIONAUTOMATIONApify

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.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!