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.
A web scraper built with Apify SDK to extract company information and reviews from UpCity.com.
The scraper accepts the following input parameters:
Parameter | Type | Description | Required |
---|---|---|---|
url | string | The 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 |
page | integer | Page number to scrape for category pages (default: 1) | No |
1{ 2 "url": "https://upcity.com/advertising?list_sort_by=review_count&list_sort_order=desc&filter=0", 3 "page": 1 4}
1{ 2 "url": "https://upcity.com/profiles/company-name" 3}
The output for category pages will be an array of company profiles.
The output for individual company profiles will contain detailed company information as provided by the UpCity.
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.
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!