JD Mart Business Scraper
Under maintenancePricing
from $4.99 / 1,000 results
Go to Apify Store
JD Mart Business Scraper
Under maintenanceA fast, high-performance scraper built for lead generation, competitor analysis, and business intelligence. Extracts detailed business profiles, including name, contact details, emails, phone numbers, location, ratings, and reviews from Jdmart Business. Supports custom search URLs, proxy rotation...
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Coding Frontned
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share
Scrapes SME listings, wholesale suppliers, and product categories from JD Mart (jdmart.com).
Features
- Keyword search — find content by keyword, search term, or topic
- Location filtering — narrow results to specific cities, regions, or countries
- Configurable result limit — set exactly how many items to collect per run
- Detail page scraping — visits individual item pages for full field coverage
- Cloud-ready — runs on Apify with scheduling, proxy rotation, and webhook support
Use Cases
- Business directory building and qualified lead generation
- Local market research and competitor mapping
- CRM data enrichment with verified business details
- Outbound sales prospecting and contact list automation
Input
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
keyword | string | — | Product or supplier keyword to search for (e.g. 'tools', 'electronics', 'furniture'). | |
location | string | — | City or region filter. | |
directUrls | array | — | List of direct URLs to scrape (used when mode is set to directUrls) | |
mode | string | search | Scraping mode: "search" to search by keyword/location, or "directUrls" to scrape specific URLs. Options: search, directUrl | |
maxItems | integer | 100 | Maximum number of items to scrape | |
maxPages | integer | 5 | Maximum number of search result pages to process | |
scrapeDetails | boolean | True | Whether to visit each listing detail page for more information | |
proxyConfiguration | object | Apify Residential | Proxy settings. Residential proxy is strongly recommended |
Output
Each scraped item includes:
| Field | Description |
|---|---|
position | Result rank position |
name | Name of the item or entity |
profileUrl | Profile url |
city | City name |
country | Country name or code |
productTitle | Product title |
searchKeyword | Search keyword |
searchLocation | Search location |
scrapedAt | ISO 8601 timestamp when this item was scraped |
Sample Output
{"position": 1,"name": "Entity Name","profileUrl": "profileUrl_value","city": "city_value","country": "country_value","productTitle": "productTitle_value","searchKeyword": "searchKeyword_value","searchLocation": "searchLocation_value"}
Notes
- Proxy: Residential proxy is highly recommended — set
proxyConfiguration: { useApifyProxy: true, apifyProxyGroups: ["RESIDENTIAL"] } - Rate limits: Keep
maxItemsreasonable per run to avoid IP bans or rate throttling - Scheduling: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset