ISSA Directory Scraper avatar

ISSA Directory Scraper

Try for free

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

Go to Store
ISSA Directory Scraper

ISSA Directory Scraper

songd/issa-directory-scraper
Try for free

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

Scrapes company directory data from ISSA's member directory.

ISSA Directory Search Scraper

This Apify Actor scrapes business listings from the ISSA directory, extracting company details such as name, location, type, description, and links. It supports keyword-based searches, location filtering, and pagination.

Features

  • Search by keywords, type, region, state, and ZIP code.
  • Supports a direct startUrl for predefined searches.
  • Extracts company details including name, location, type, description, and links.
  • Handles pagination up to a user-defined limit.
  • Uses proxies to prevent IP blocking.

Input Parameters

The actor accepts the following input parameters:

ParameterTypeDescription
proxyConfigurationObjectProxy settings to prevent blocking (recommended).
maxPagesIntegerMaximum number of pages to scrape. Default: 2.
startUrlStringDirect URL to start the search. If provided, other search parameters are ignored.
keywordsStringSearch keywords (used when startUrl is not provided).
typeStringCompany type filter.
regionStringRegion filter.
stateStringState filter.
zipStringZIP code filter.

Output Data

The scraper outputs structured JSON data with the following fields:

1{
2  "category": "Premium Members",
3  "companyName": "Example Company",
4  "profileLink": "https://example.com/profile",
5  "location": "New York, NY",
6  "companyType": "Manufacturer",
7  "description": "Leading provider of cleaning solutions.",
8  "links": ["https://companywebsite.com"]
9}

How to Use

  1. Go to the Apify Console.
  2. Create a new task for this actor.
  3. Provide input parameters in JSON format.
  4. Run the actor and wait for the results.
  5. Download the scraped data in JSON, CSV, or Excel formats.

Example Input

1{
2  "keywords": "janitorial services",
3  "maxPages": 3,
4  "proxyConfiguration": {
5    "useApifyProxy": true
6  }
7}

Notes

  • If startUrl is provided, it will override keyword-based searches.
  • To avoid blocking, it's recommended to use a proxy service.

Support

For issues or feature requests, please contact us via Apify support.

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified a day ago