Salesforce AppExchange Scraper avatar
Salesforce AppExchange Scraper

Pricing

$2.00 / 1,000 results

Go to Apify Store
Salesforce AppExchange Scraper

Salesforce AppExchange Scraper

Scrape listing details from Salesforce AppExchange. It extracts relevant metadata, developer details, reviews, and more.

Pricing

$2.00 / 1,000 results

Rating

5.0

(1)

Developer

BowTiedRacoon

BowTiedRacoon

Maintained by Community

Actor stats

2

Bookmarked

51

Total users

6

Monthly active users

8 months ago

Last modified

Share

This Apify actor scrapes listing details from Salesforce AppExchange using a sitemap-based approach. It extracts relevant metadata, developer details, reviews, and more.

Features

  • Crawls the AppExchange sitemap for listing URLs
  • Extracts application metadata such as name, description, and logo
  • Retrieves developer information including name, website, email, and location
  • Captures review statistics (average rating, review count)
  • Collects supported industries, required products, and system requirements

Use Cases

  • Competitive analysis of AppExchange listings
  • Market research on Salesforce ecosystem applications
  • Aggregating and analyzing developer data
  • Monitoring changes in listings over time

How It Works

  1. Sitemap Parsing: The scraper loads the AppExchange sitemap and extracts listing URLs.
  2. Data Extraction: For each listing, it retrieves relevant metadata using Cheerio.
  3. Data Storage: Extracted data is pushed to the Apify dataset for further processing.

Input Schema

This scraper does not require user input as it automatically crawls the AppExchange sitemap.

Example Output

{
"app_name": "Sample App",
"developer_name": "Sample Developer",
"developer_website": "https://developer.example.com",
"developer_email": "contact@example.com",
"developer_location": "San Francisco, CA",
"developer_employees": 100,
"developer_year_founded": 2010,
"review_count": 150,
"average_rating": 4.5,
"description": "This is a sample Salesforce AppExchange listing.",
"logo_url": "https://example.com/logo.png",
"products_required": ["Sales Cloud"],
"listing_categories": ["Productivity"],
"products_supported": ["Service Cloud"],
"target_user_persona": ["Enterprise Users"],
"system_requirements": "None",
"supported_industries": ["Healthcare", "Finance"],
"app_url": "https://appexchange.salesforce.com/appxListingDetail?listingId=12345"
}

Technologies Used

  • Apify SDK - Actor runtime
  • Crawlee - Web crawling framework
  • Cheerio - HTML parsing and extraction

Need More Features?

If you'd like to add new data fields to this scraper or need a custom scraper for another purpose, feel free to file an issue or get in touch! We are open to customizing the scraper to suit your needs.