# eBay Seller Leads API (`agentx/ebay-seller-leads-api`) Actor

Resolve any eBay store or seller-profile URL (/str/ or /usr/) into a structured B2B lead record: store name, member-since date, location, total feedback score, positive feedback %, top categories, total active listings, and the canonical store URL for SDR outreach.

- **URL**: https://apify.com/agentx/ebay-seller-leads-api.md
- **Developed by:** [AgentX](https://apify.com/agentx) (community)
- **Categories:** E-commerce, Lead generation, Integrations
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.45 / result

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## eBay Seller Leads API - eBay Storefront & Seller Intelligence

**eBay Seller Leads API is a marketplace lead generation API that extracts structured eBay storefront profiles, seller reputation signals, and inventory category metadata from any eBay store or seller profile URL in a single URL-driven run.** eBay Seller Leads API returns structured records per seller, including store name, seller username, positive feedback rate, items sold count, follower count, featured product categories, store sections, store URL, seller profile URL, feedback URL, contact URL, about page URL, seller logo image URL, sample product records, and product URLs. Coverage spans the entire eBay seller ecosystem via single store/seller URL targeting. Built for marketplace lead generation, supplier qualification, B2B prospecting, wholesale sourcing, reputation-based account scoring, CRM enrichment, and seller intelligence pipelines. One full storefront profile per run, with pay-per-result pricing and no monthly minimum.

[![eBay](https://img.shields.io/badge/eBay-e53238?style=for-the-badge&color=e53238)](https://apify.com/agentx/ebay-seller-leads-api?fpr=aiagentapi) [![Seller Leads](https://img.shields.io/badge/Seller_Leads-e53238?style=for-the-badge&color=e53238)](https://apify.com/agentx/ebay-seller-leads-api?fpr=aiagentapi) [![Storefront Intelligence](https://img.shields.io/badge/Storefront_Intelligence-e53238?style=for-the-badge&color=e53238)](https://apify.com/agentx/ebay-seller-leads-api?fpr=aiagentapi)

---

### Why Choose This API

#### Deep eBay Seller Intelligence for B2B Lead Qualification

**⭐ Feedback & Reputation Signals**
Extract positive feedback rates and items sold counts per seller for reputation-based lead scoring, supplier qualification, and marketplace benchmarking.

**👥 Follower & Engagement Metrics**
Retrieve follower counts per eBay store to assess seller audience size, brand presence, and market reach for partnership and outreach targeting.

**📦 Inventory Category Mapping**
Capture featured product categories and store sections per storefront for supplier category matching, catalog analysis, and wholesale sourcing pipelines.

**🔗 Complete Storefront URL Set**
Each seller record includes the store URL, seller profile URL, feedback URL, contact URL, and about page URL — all endpoint references needed for downstream CRM enrichment.

**🖼️ Brand Asset Extraction**
Retrieve seller logo image URLs for brand recognition, visual matching, and storefront audit pipelines.

**📋 Sample Product Inventory**
Collect sample product records and product URLs from each store for inventory intelligence, product matching, and category-level seller analysis.

---

### Quick Start Guide

#### How to Extract eBay Seller Lead Data in 3 Steps

##### Step 1: Locate a Target eBay Store URL

Find an eBay store URL from the [eBay Marketplace Data Extractor](https://apify.com/agentx/ebay-marketplace-data-extractor?fpr=aiagentapi) output or directly from eBay. Accepted URL formats: `https://www.ebay.com/str/{store-name}` or `https://www.ebay.com/usr/{username}`.

##### Step 2: Configure and Run the Actor

[Open Actor Input](https://console.apify.com/actors/kPSPzx8UOL1KYVcn6/input?fpr=aiagentapi)

Paste the eBay store or seller profile URL, then click **Start**.

##### Step 3: Download Your Data

Export results as JSON or CSV, or access programmatically via the Apify dataset API. Each record contains complete storefront data with reputation signals, contact URLs, and inventory samples.

---

### Input Parameters

#### Configuration Fields

| Parameter   | Type   | Required | Description                      | Example Values                           |
| ----------- | ------ | -------- | -------------------------------- | ---------------------------------------- |
| `store_url` | string | ✅       | eBay store or seller profile URL | `"https://www.ebay.com/str/ankerdirect"` |

#### Accepted URL Formats

| Format             | Example                                   |
| ------------------ | ----------------------------------------- |
| Store URL          | `https://www.ebay.com/str/ankerdirect`    |
| Seller Profile URL | `https://www.ebay.com/usr/sellerusername` |

#### Example Input Configuration

```json
{
  "store_url": "https://www.ebay.com/str/ankerdirect"
}
````

***

### Output Data Schema

#### Complete Seller Record Structure

Each extracted eBay seller lead record contains the following fields:

[Open Actor Output](https://console.apify.com/actors/kPSPzx8UOL1KYVcn6/input?fpr=aiagentapi)

#### Lead Qualification Fields

| Field                        | Type    | Description                                                     |
| ---------------------------- | ------- | --------------------------------------------------------------- |
| `lead_quality_tier`          | string  | Overall seller lead quality tier (`A`, `B`, `C`, or `D`)        |
| `lead_quality_reasons`       | array   | Positive signals explaining why this seller is worth follow-up  |
| `risk_flags`                 | array   | Potential risks detected from missing or weak seller signals    |
| `recommended_next_action`    | string  | Suggested next step for sales, sourcing, or CRM workflows       |
| `contactability_score`       | integer | 0-100 score estimating how easy the seller is to contact        |
| `seller_segment`             | string  | Seller segment inferred from store, inventory, and profile data |
| `business_verification_tier` | string  | Public business information completeness tier                   |
| `qualification_summary`      | string  | Plain-language seller lead qualification summary                |

#### Core Seller Profile Fields

| Field                  | Type   | Description                                            |
| ---------------------- | ------ | ------------------------------------------------------ |
| `processor`            | string | Apify actor URL that processed this record             |
| `processed_at`         | string | ISO 8601 timestamp (UTC) when scraped                  |
| `platform`             | string | Platform label (`eBay Sellers`)                        |
| `source_url`           | string | Source URL used for extraction                         |
| `query_store_url`      | string | Store URL submitted for lookup                         |
| `store_id`             | string | Normalized eBay store identifier                       |
| `store_slug`           | string | Slug extracted from the canonical store URL            |
| `store_name`           | string | Store name on eBay                                     |
| `store_url`            | string | Storefront URL                                         |
| `seller_profile_url`   | string | Seller profile page URL                                |
| `seller_username`      | string | Seller username                                        |
| `seller_profile_about` | string | About or meta description from the seller profile page |
| `country`              | string | eBay marketplace country                               |
| `country_code`         | string | eBay marketplace country code                          |
| `market_domain`        | string | eBay marketplace domain                                |
| `resolved_url`         | string | Final resolved URL after redirects                     |
| `logo_image_url`       | string | Store logo image URL                                   |
| `banner_image_url`     | string | Store banner or hero image URL                         |
| `store_description`    | string | Short storefront description or meta description       |

#### Reputation & Engagement Fields

| Field                    | Type           | Description                                     |
| ------------------------ | -------------- | ----------------------------------------------- |
| `positive_feedback_rate` | string/number  | Positive feedback percentage                    |
| `items_sold`             | string         | Displayed total items sold count                |
| `followers`              | string         | Displayed store follower count                  |
| `seller_location`        | string         | Public seller location                          |
| `member_since`           | string         | Public eBay member-since date/value             |
| `feedback_score`         | integer/string | Total seller feedback score                     |
| `feedback_rating_star`   | string         | eBay feedback star label                        |
| `feedback_breakdown`     | object         | Recent feedback counts by sentiment/time window |
| `active_listings`        | integer/string | Estimated active listings                       |
| `inventory_total_items`  | integer/string | Store inventory item count                      |

#### Navigation & Contact Fields

| Field                           | Type    | Description                                                   |
| ------------------------------- | ------- | ------------------------------------------------------------- |
| `feedback_url`                  | string  | Seller feedback page URL                                      |
| `contact_url`                   | string  | Seller contact page URL                                       |
| `contact_page_available`        | boolean | Whether the seller contact page could be fetched successfully |
| `contact_page_requires_sign_in` | boolean | Whether the contact page appears to require eBay sign-in      |
| `seller_contact_route`          | string  | Contact route detected from the seller contact page           |
| `contact_emails`                | array   | Public email addresses visibly shown on parsed seller pages   |
| `contact_phone_numbers`         | array   | Public phone numbers visibly shown on parsed seller pages     |
| `contact_methods`               | array   | Public contact method types discovered                        |
| `contact_topics`                | array   | Contact-topic labels or prompts detected on the contact page  |
| `about_url`                     | string  | Store about page URL                                          |
| `about`                         | string  | Store about text                                              |
| `about_full_text`               | string  | Expanded about-page text                                      |
| `business_info`                 | object  | Public business seller information when visible               |
| `external_links`                | array   | Public non-eBay links visible on parsed seller pages          |

#### Inventory & Category Fields

| Field                     | Type    | Description                                 |
| ------------------------- | ------- | ------------------------------------------- |
| `featured_categories`     | array   | Featured product categories                 |
| `store_categories`        | array   | Detailed store category records             |
| `store_sections`          | array   | Store navigation sections                   |
| `store_sections_detailed` | array   | Detailed store section records              |
| `source_product_urls`     | array   | Sample product URLs from inventory          |
| `last_seen_at`            | string  | UTC timestamp when seller data was observed |
| `sample_products`         | array   | Sample product records (title + price)      |
| `sample_products_count`   | integer | Number of sample products collected         |
| `price_range`             | object  | Price range summarized from samples         |
| `shipping_policy_summary` | string  | Public shipping policy summary when visible |
| `return_policy_summary`   | string  | Public return policy summary when visible   |
| `payment_policy_summary`  | string  | Public payment policy summary when visible  |
| `scrape_quality`          | object  | Page coverage metadata for troubleshooting  |
| `status`                  | string  | Processing status                           |

#### Example JSON Output

```json
{
  "processor": "https://apify.com/agentx/ebay-seller-leads-api?fpr=aiagentapi",
  "processed_at": "2026-05-01T10:30:00.000Z",
  "platform": "eBay Sellers",
  "lead_quality_tier": "B",
  "lead_quality_reasons": ["contactable_profile", "strong_reputation"],
  "risk_flags": ["missing_business_information"],
  "recommended_next_action": "contact_now",
  "contactability_score": 75,
  "seller_segment": "business_seller",
  "business_verification_tier": "partial",
  "qualification_summary": "B-tier business_seller with contactable profile, partial business verification, and moderate reputation signals.",
  "source_url": "https://www.ebay.com/str/example-store",
  "query_store_url": "https://www.ebay.com/str/example-store",
  "store_id": "example-store",
  "store_slug": "example-store",
  "store_name": "Example Store",
  "store_url": "https://www.ebay.com/str/example-store",
  "seller_profile_url": "https://www.ebay.com/usr/example-store",
  "seller_username": "example-store",
  "seller_profile_about": "Trusted seller profile for electronics and accessories.",
  "positive_feedback_rate": "99.8%",
  "items_sold": "12,543",
  "followers": "2,400",
  "feedback_url": "https://www.ebay.com/fdbk/feedback_profile/example-store",
  "contact_url": "https://www.ebay.com/cnt/intermediatedFAQ?requested=example-store",
  "contact_page_available": true,
  "contact_page_requires_sign_in": false,
  "seller_contact_route": "ebay_contact_page",
  "contact_topics": ["Contact seller", "Ask about an item"],
  "about_url": "https://www.ebay.com/str/example-store?_tab=about",
  "about": "Trusted electronics seller with daily shipping from California.",
  "logo_image_url": "https://i.ebayimg.com/images/g/example-logo/s-l1600.jpg",
  "store_description": "Official outlet for electronics and accessories.",
  "featured_categories": ["Cell Phones", "Accessories"],
  "store_sections": ["Featured items", "All items"],
  "source_product_urls": ["https://www.ebay.com/itm/123456789012"],
  "sample_products": [{ "title": "Wireless Earbuds", "price": "$29.99" }],
  "status": "success"
}
```

#### Export Formats

- **JSON** - Complete structured data with all metadata
- **CSV** - Spreadsheet-compatible format for CRM import
- **API Access** - Programmatic access via Apify Client SDK
- **Cloud Storage** - Automatic upload to Apify Dataset

***

### Integration Examples

#### Actor ID for Platform Integration

```text
kPSPzx8UOL1KYVcn6
```

#### Ⓜ️ [Make.com Setup:](https://www.make.com/en/register?pc=marketingme)

1. Login to **[Make.com (Get 1000 Free Credits)](https://www.make.com/en/register?pc=marketingme)**
2. Add module **"Run an Actor"**
3. Turn **'Map'** on - right side of the 'Actor\*'
4. Paste **Actor ID** - from above
5. Click the **'⟳ Refresh'** - left side of Map
6. **Input JSON\*** - Modify the parameters as needed
7. Set **"Run synchronously"** to **YES**
8. Add module **"Get Dataset Items"** - receive the result
9. In **Dataset ID\*** select **defaultDatasetId**

#### 🎱 [N8N.io Setup:](https://n8n.io/)

1. Add **'Run an Actor and get dataset'** - from the apify node
2. **Actor** → **By ID** → **Paste Actor ID** - from above
3. **Input JSON** - Modify the parameters as needed

#### Python Integration Example

```python
from apify_client import ApifyClient

client = ApifyClient('YOUR_API_TOKEN')

run_input = {
    "store_url": "https://www.ebay.com/str/ankerdirect"
}

run = client.actor("kPSPzx8UOL1KYVcn6").call(run_input=run_input)

for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)
```

#### JavaScript/Node.js Integration

```javascript
import { ApifyClient } from "apify-client";

const client = new ApifyClient({ token: "YOUR_API_TOKEN" });

const input = {
  store_url: "https://www.ebay.com/str/samsungofficial",
};

const run = await client.actor("kPSPzx8UOL1KYVcn6").call(input);
const { items } = await client.dataset(run.defaultDatasetId).listItems();

items.forEach((item) => console.log(item));
```

#### JSON-LD Metadata

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "SoftwareApplication",
      "@id": "https://apify.com/agentx/ebay-seller-leads-api#software",
      "name": "eBay Seller Leads API",
      "description": "eBay Seller Leads API is a marketplace lead generation API that extracts structured eBay storefront profiles, feedback rates, items sold, follower counts, category data, and inventory samples from eBay store URLs.",
      "applicationCategory": "BusinessApplication",
      "applicationSubCategory": "Lead Generation API",
      "operatingSystem": "Web, Cloud",
      "url": "https://apify.com/agentx/ebay-seller-leads-api?fpr=aiagentapi",
      "softwareVersion": "1.0.0",
      "datePublished": "2024-08-01",
      "dateModified": "2026-05-01",
      "featureList": [
        "Positive feedback rate plus items sold count per seller",
        "Follower count for storefront audience sizing",
        "Featured product categories plus store section mapping",
        "Full URL set: store, seller, feedback, contact, about",
        "Seller logo image URL for brand asset workflows",
        "Sample product records with product URLs per storefront",
        "Pay-per-result pricing with no monthly minimum",
        "Native integrations with Make.com, n8n, LangChain, and CrewAI"
      ],
      "offers": {
        "@type": "Offer",
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock"
      },
      "author": { "@id": "https://apify.com/agentx#person" },
      "publisher": { "@id": "https://apify.com#organization" }
    },
    {
      "@type": "Person",
      "@id": "https://apify.com/agentx#person",
      "name": "AgentX",
      "url": "https://apify.com/agentx",
      "sameAs": [
        "https://apify.com/agentx",
        "https://t.me/AiAgentApi",
        "https://t.me/Apify_Actor"
      ],
      "knowsAbout": [
        "web scraping",
        "eBay",
        "seller intelligence",
        "marketplace leads",
        "supplier qualification"
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Apify",
          "item": "https://apify.com"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "AgentX",
          "item": "https://apify.com/agentx"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "eBay Seller Leads API",
          "item": "https://apify.com/agentx/ebay-seller-leads-api"
        }
      ]
    }
  ]
}
```

***

### Pricing & Cost Calculator

#### Free to Use

This actor operates on a **free usage model** — no per-result charges. You pay only standard Apify platform compute costs (memory and runtime).

| Cost Component     | Rate                | Notes                           |
| ------------------ | ------------------- | ------------------------------- |
| **Actor Runtime**  | Apify platform rate | Based on memory × time consumed |
| **Seller Records** | Free                | No per-record charge            |

> Standard Apify subscription memory and compute costs apply.

***

### Use Cases & Applications

#### Marketplace Lead Generation

**Seller Outreach Pipeline Construction**
Extract storefront contact URLs and seller usernames from target eBay stores for B2B outreach pipelines. Use `contact_url` and `seller_profile_url` to enrich CRM records with direct contact endpoints.

**Supplier Qualification & Scoring**
Evaluate potential suppliers using positive feedback rates, items sold counts, and featured category data to build quantitative supplier qualification scorecards.

**Multi-Platform Seller Intelligence**
Combine with [Amazon Storefront Data Extractor](https://apify.com/agentx/amazon-storefront-data-extractor?fpr=aiagentapi) to cross-reference sellers across eBay and Amazon for comprehensive marketplace seller intelligence.

#### Competitor & Market Intelligence

**Category Competitor Mapping**
Extract seller storefront data for competitors operating in specific eBay categories to identify market participants, volume signals, and category positioning.

**Marketplace Brand Presence Analysis**
Monitor brand storefront data including logo URLs, about text, and featured categories to track brand expansion and marketplace presence changes over time.

**Seller Reputation Benchmarking**
Compare positive feedback rates and items sold across sellers in a category to establish reputation benchmarks and identify top-performing marketplace participants.

#### Inventory & Product Intelligence

**Inventory Category Discovery**
Use `featured_categories` and `store_sections` to map seller catalog breadth and identify cross-category inventory expansion or niche specialization patterns.

**Sample Product Enrichment**
Feed `source_product_urls` into the [eBay Marketplace Data Extractor](https://apify.com/agentx/ebay-marketplace-data-extractor?fpr=aiagentapi) for detailed product-level extraction from identified sellers.

***

### FAQ

#### What types of eBay seller URLs are supported?

Both eBay store URLs (`/str/`) and seller profile URLs (`/usr/`) are supported.

#### Does the actor extract the seller's contact information?

Yes. Each record includes the `contact_url` (eBay-hosted contact form URL) for the seller.

#### What is the difference between this actor and the eBay Marketplace Data Extractor?

The **eBay Seller Leads API** extracts seller/storefront profiles with reputation, inventory, and contact signals. The [eBay Marketplace Data Extractor](https://apify.com/agentx/ebay-marketplace-data-extractor?fpr=aiagentapi) extracts individual product listings with pricing and item data.

#### Can I extract sample inventory from the seller's store?

Yes. Each record includes `source_product_urls` (product page URLs) and `sample_products` (title + price snapshots) from the store's inventory.

#### What data format does the actor output?

Structured **JSON** with all fields per seller record. Data is also available in CSV format and via REST API.

***

### SEO Keywords & Search Terms

#### Primary Keywords

eBay seller leads API, eBay storefront intelligence, eBay seller profile extraction, marketplace seller data API, eBay seller scraper, storefront lead generation, eBay store data pipeline, seller reputation intelligence, eBay seller contact data, marketplace supplier qualification

#### Long-Tail Keywords

how to extract eBay seller profiles, eBay storefront feedback rate API, eBay seller items sold data, bulk eBay seller extraction, eBay marketplace supplier intelligence, eBay store category mapping, seller brand presence monitoring, eBay seller reputation benchmark, storefront inventory sample API, eBay B2B seller outreach pipeline

#### Industry Terms

marketplace seller intelligence, storefront data extraction, seller reputation scoring, eBay supplier qualification, marketplace lead generation, seller category analysis, storefront brand monitoring, marketplace outreach pipeline, seller feedback analysis, inventory category discovery

#### Use Case Keywords

eBay seller outreach, supplier qualification tool, marketplace seller database, eBay competitor analysis, storefront reputation monitor, eBay seller CRM enrichment, marketplace brand presence, seller inventory discovery, eBay store scraper, supplier lead pipeline

***

### Trust & Certifications

- ✅ **Production-Grade Infrastructure** — runs on the Apify cloud platform with managed proxy rotation and automatic retries
- ✅ **GDPR & CCPA Aligned** — extracts only publicly available eBay storefront data; no personal consumer data retained beyond the run session
- ✅ **Pay-Per-Result Billing** — transparent per-storefront pricing with no monthly minimum or seat fees
- ✅ **Continuously Maintained** — schema and selector updates released as eBay evolves

***

### Legal & Compliance

#### Data Rights & Usage

All data extracted by this actor originates from publicly available eBay seller storefront pages. Users are responsible for ensuring their use of extracted data complies with applicable laws, eBay's terms of service, and relevant regulations.

#### Privacy Compliance

- **GDPR**: Compliant with EU General Data Protection Regulation. No personal data is stored beyond the extraction session.
- **CCPA**: Compliant with California Consumer Privacy Act requirements.

#### Platform Terms of Service

Users must review and comply with eBay's terms of service when using extracted data. This tool accesses only publicly available storefront information.

#### Enterprise Support

For enterprise licensing, custom integrations, or compliance inquiries:

- **Telegram**: [@AiAgentApi](https://t.me/AiAgentApi)

***

### Related Tools

#### Jobs & Hiring

- **[All Jobs Scraper](https://apify.com/agentx/all-jobs-scraper?fpr=aiagentapi)** - Multi-Platform Job Listings Intelligence API
- **[Glassdoor Hiring Scraper](https://apify.com/agentx/glassdoor-hiring-scraper?fpr=aiagentapi)** - Glassdoor Job Listings Intelligence API
- **[Glints Employer Data Extractor](https://apify.com/agentx/glints-employer-data-extractor?fpr=aiagentapi)** - Glints Employer Intelligence API
- **[Glints Jobs Data Extractor](https://apify.com/agentx/glints-jobs-data-extractor?fpr=aiagentapi)** - Glints Job Listings Intelligence API
- **[Indeed Hiring Scraper](https://apify.com/agentx/indeed-hiring-scraper?fpr=aiagentapi)** - Indeed Job Listings Intelligence API
- **[JobStreet Employer Data Extractor](https://apify.com/agentx/jobstreet-employer-data-extractor?fpr=aiagentapi)** - JobStreet Employer Intelligence API
- **[JobStreet Jobs Data Extractor](https://apify.com/agentx/jobstreet-jobs-data-extractor?fpr=aiagentapi)** - JobStreet Job Listings Intelligence API
- **[LinkedIn Hiring Scraper](https://apify.com/agentx/linkedin-hiring-scraper?fpr=aiagentapi)** - LinkedIn Job Listings Intelligence API
- **[StepStone Employer Data Extractor](https://apify.com/agentx/stepstone-employer-data-extractor?fpr=aiagentapi)** - StepStone Employer Intelligence API
- **[StepStone Jobs Data Extractor](https://apify.com/agentx/stepstone-jobs-data-extractor?fpr=aiagentapi)** - StepStone Job Listings Intelligence API

#### Social Media

- **[Instagram Creator Scraper](https://apify.com/agentx/instagram-creator-scraper?fpr=aiagentapi)** - Instagram Creator Intelligence API
- **[Instagram Post Reel Scraper](https://apify.com/agentx/instagram-post-reel-scraper?fpr=aiagentapi)** - Instagram Post & Reel Intelligence API
- **[Instagram Trending Scraper](https://apify.com/agentx/instagram-trending-scraper?fpr=aiagentapi)** - Instagram Trending Content Intelligence API
- **[LinkedIn Company Scraper](https://apify.com/agentx/linkedin-company-scraper?fpr=aiagentapi)** - LinkedIn Company Intelligence API
- **[LinkedIn Profile Scraper](https://apify.com/agentx/linkedin-profile-scraper?fpr=aiagentapi)** - LinkedIn Profile Intelligence API
- **[Medium Author Data Extractor](https://apify.com/agentx/medium-author-data-extractor?fpr=aiagentapi)** - Medium Author Intelligence API
- **[Medium Content Data Extractor](https://apify.com/agentx/medium-content-data-extractor?fpr=aiagentapi)** - Medium Content Intelligence API
- **[Reddit Author Scraper](https://apify.com/agentx/reddit-author-scraper?fpr=aiagentapi)** - Reddit Author Intelligence API
- **[Reddit Viral Scraper](https://apify.com/agentx/reddit-viral-scraper?fpr=aiagentapi)** - Reddit Viral Content Intelligence API
- **[SubReddit Info Scraper](https://apify.com/agentx/subreddit-info-scraper?fpr=aiagentapi)** - Subreddit Intelligence API
- **[Subreddit Member Scraper](https://apify.com/agentx/subreddit-member-scraper?fpr=aiagentapi)** - Subreddit Member Intelligence API
- **[SubReddit Post Scraper](https://apify.com/agentx/subreddit-post-scraper?fpr=aiagentapi)** - Subreddit Post Intelligence API
- **[Telegram Chat Scraper](https://apify.com/agentx/telegram-chat-scraper?fpr=aiagentapi)** - Telegram Chat Intelligence API
- **[Telegram Group Inviter](https://apify.com/agentx/telegram-group-inviter?fpr=aiagentapi)** - Telegram Group Invitation API
- **[Telegram Info Scraper](https://apify.com/agentx/telegram-info-scraper?fpr=aiagentapi)** - Telegram Channel Intelligence API
- **[Telegram Member Scraper](https://apify.com/agentx/telegram-member-scraper?fpr=aiagentapi)** - Telegram Member Intelligence API
- **[Telegram Private Group Scraper](https://apify.com/agentx/telegram-private-group-scraper?fpr=aiagentapi)** - Telegram Private Group Intelligence API
- **[TikTok Creator Scraper](https://apify.com/agentx/tiktok-creator-scraper?fpr=aiagentapi)** - TikTok Creator Intelligence API
- **[Twitter Community Scraper](https://apify.com/agentx/twitter-community-scraper?fpr=aiagentapi)** - Twitter Community Intelligence API
- **[Twitter Info Scraper](https://apify.com/agentx/twitter-info-scraper?fpr=aiagentapi)** - Twitter Account Intelligence API
- **[YouTube Market Intelligence](https://apify.com/agentx/youtube-market-intelligence?fpr=aiagentapi)** - YouTube Channel Intelligence API

#### Video & Transcript

- **[All Video Scraper](https://apify.com/agentx/all-video-scraper?fpr=aiagentapi)** - Multi-Platform Video Intelligence API
- **[Live Stream Transcript](https://apify.com/agentx/live-stream-transcript?fpr=aiagentapi)** - Live Stream Transcript Intelligence API
- **[TikTok Live Downloader](https://apify.com/agentx/tiktok-live-downloader?fpr=aiagentapi)** - TikTok Live Stream Download API
- **[TikTok Transcript](https://apify.com/agentx/tiktok-transcript?fpr=aiagentapi)** - TikTok Video Transcript Intelligence API
- **[Video Caption Scraper](https://apify.com/agentx/video-caption-scraper?fpr=aiagentapi)** - Multi-Platform Video Caption Extraction API
- **[Video to Social Post](https://apify.com/agentx/video-to-social-post?fpr=aiagentapi)** - Video to Social Post Generation API
- **[Video Transcript](https://apify.com/agentx/video-transcript?fpr=aiagentapi)** - Multi-Platform Video Transcript Intelligence API
- **[YouTube Transcript](https://apify.com/agentx/youtube-transcript?fpr=aiagentapi)** - YouTube Video Transcript Intelligence API

#### E-Commerce & Retail

- **[Amazon Product Data Extractor](https://apify.com/agentx/amazon-product-data-extractor?fpr=aiagentapi)** - Amazon Product Intelligence API
- **[Amazon Storefront Data Extractor](https://apify.com/agentx/amazon-storefront-data-extractor?fpr=aiagentapi)** - Amazon Storefront Intelligence API
- **[Argos Retail Data Extractor](https://apify.com/agentx/argos-retail-data-extractor?fpr=aiagentapi)** - Argos Product Intelligence API
- **[ASOS Product Catalog Extractor](https://apify.com/agentx/asos-product-catalog-extractor?fpr=aiagentapi)** - ASOS Product Catalog Intelligence API
- **[eBay Marketplace Data Extractor](https://apify.com/agentx/ebay-marketplace-data-extractor?fpr=aiagentapi)** - eBay Marketplace Intelligence API
- **[eBay Seller Leads API](https://apify.com/agentx/ebay-seller-leads-api?fpr=aiagentapi)** - eBay Seller Lead Intelligence API
- **[Flipkart Product Data Extractor](https://apify.com/agentx/flipkart-product-data-extractor?fpr=aiagentapi)** - Flipkart Product Intelligence API
- **[John Lewis Retail Data Extractor](https://apify.com/agentx/john-lewis-retail-data-extractor?fpr=aiagentapi)** - John Lewis Product Intelligence API
- **[Lidl Offers Data Extractor](https://apify.com/agentx/lidl-offers-data-extractor?fpr=aiagentapi)** - Lidl Offers Intelligence API
- **[Magalu Product Data Extractor](https://apify.com/agentx/magalu-product-data-extractor?fpr=aiagentapi)** - Magalu Product Intelligence API
- **[MediaMarkt Product Data Extractor](https://apify.com/agentx/mediamarkt-product-data-extractor?fpr=aiagentapi)** - MediaMarkt Product Intelligence API
- **[Mercado Livre Marketplace Data Extractor](https://apify.com/agentx/mercado-livre-marketplace-data-extractor?fpr=aiagentapi)** - Mercado Livre Marketplace Intelligence API
- **[Nykaa Product Data Extractor](https://apify.com/agentx/nykaa-product-data-extractor?fpr=aiagentapi)** - Nykaa Product Intelligence API
- **[OTTO Product Data Extractor](https://apify.com/agentx/otto-product-data-extractor?fpr=aiagentapi)** - OTTO Product Intelligence API
- **[Target Product Data Extractor](https://apify.com/agentx/target-product-data-extractor?fpr=aiagentapi)** - Target Product Intelligence API
- **[Walmart Product Data Extractor](https://apify.com/agentx/walmart-product-data-extractor?fpr=aiagentapi)** - Walmart Product Intelligence API

#### Classifieds & Automotive

- **[AutoTrader Dealer Leads API](https://apify.com/agentx/autotrader-dealer-leads-api?fpr=aiagentapi)** - AutoTrader Dealer Lead Intelligence API
- **[AutoTrader Vehicle Listings API](https://apify.com/agentx/autotrader-vehicle-listings-api?fpr=aiagentapi)** - AutoTrader Vehicle Listings Intelligence API
- **[Cars.com Dealer Leads API](https://apify.com/agentx/cars-com-dealer-leads-api?fpr=aiagentapi)** - Cars.com Dealer Lead Intelligence API
- **[Cars.com Vehicle Listings API](https://apify.com/agentx/cars-com-vehicle-listings-api?fpr=aiagentapi)** - Cars.com Vehicle Listings Intelligence API
- **[Kleinanzeigen Classifieds Data Extractor](https://apify.com/agentx/kleinanzeigen-classifieds-data-extractor?fpr=aiagentapi)** - Kleinanzeigen Classifieds Intelligence API
- **[Kleinanzeigen Seller Leads API](https://apify.com/agentx/kleinanzeigen-seller-leads-api?fpr=aiagentapi)** - Kleinanzeigen Seller Lead Intelligence API
- **[OLX Classifieds Data Extractor](https://apify.com/agentx/olx-classifieds-data-extractor?fpr=aiagentapi)** - OLX Classifieds Intelligence API
- **[OLX Seller Leads API](https://apify.com/agentx/olx-seller-leads-api?fpr=aiagentapi)** - OLX Seller Lead Intelligence API
- **[Webmotors Vehicle Listings API](https://apify.com/agentx/webmotors-vehicle-listings-api?fpr=aiagentapi)** - Webmotors Vehicle Listings Intelligence API

#### Real Estate

- **[MagicBricks Builder Leads API](https://apify.com/agentx/magicbricks-builder-leads-api?fpr=aiagentapi)** - MagicBricks Builder Lead Intelligence API
- **[MagicBricks Property Data Extractor](https://apify.com/agentx/magicbricks-property-data-extractor?fpr=aiagentapi)** - MagicBricks Real Estate Data API
- **[Realtor Property Scraper](https://apify.com/agentx/realtor-property-scraper?fpr=aiagentapi)** - Realtor.com Property Listings Intelligence API
- **[Zillow For Sale Scraper](https://apify.com/agentx/zillow-for-sale-scraper?fpr=aiagentapi)** - Zillow Property Listings Intelligence API

#### Business Intelligence & Reviews

- **[BBB Business Data Extractor](https://apify.com/agentx/bbb-business-data-extractor?fpr=aiagentapi)** - BBB Business Intelligence API
- **[BBB Reputation Data Extractor](https://apify.com/agentx/bbb-reputation-data-extractor?fpr=aiagentapi)** - BBB Reputation Intelligence API
- **[Google Maps Store Scraper](https://apify.com/agentx/google-maps-store-scraper?fpr=aiagentapi)** - Google Maps Business Intelligence API
- **[Reclame Aqui Company Data Extractor](https://apify.com/agentx/reclame-aqui-company-data-extractor?fpr=aiagentapi)** - Reclame Aqui Company Intelligence API
- **[TradeIndia Product Data Extractor](https://apify.com/agentx/tradeindia-product-data-extractor?fpr=aiagentapi)** - TradeIndia Product Intelligence API
- **[TradeIndia Supplier Leads API](https://apify.com/agentx/tradeindia-supplier-leads-api?fpr=aiagentapi)** - TradeIndia Supplier Lead Intelligence API
- **[Zomato Menu Data Extractor](https://apify.com/agentx/zomato-menu-data-extractor?fpr=aiagentapi)** - Zomato Restaurant Menu Intelligence API
- **[Zomato Restaurant Data Extractor](https://apify.com/agentx/zomato-restaurant-data-extractor?fpr=aiagentapi)** - Zomato Restaurant Search Intelligence API

#### Other

- **[Global Weather Scraper](https://apify.com/agentx/global-weather-scraper?fpr=aiagentapi)** - Global Weather Intelligence API

***

### Support & Community

- **👥 Community**: [@Apify\_Actor](https://t.me/Apify_Actor)
- **👤 Contact Team**: [@AiAgentApi](https://t.me/AiAgentApi)

***

**Last Updated:** May 01, 2026

# Actor input Schema

## `store_url` (type: `string`):

eBay store or seller profile URL for seller lead extraction

## Actor input object example

```json
{
  "store_url": "https://www.ebay.com/str/ankerdirect"
}
```

# Actor output Schema

## `results` (type: `string`):

All items returned by the actor.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "store_url": "https://www.ebay.com/str/ankerdirect"
};

// Run the Actor and wait for it to finish
const run = await client.actor("agentx/ebay-seller-leads-api").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "store_url": "https://www.ebay.com/str/ankerdirect" }

# Run the Actor and wait for it to finish
run = client.actor("agentx/ebay-seller-leads-api").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "store_url": "https://www.ebay.com/str/ankerdirect"
}' |
apify call agentx/ebay-seller-leads-api --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=agentx/ebay-seller-leads-api",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "eBay Seller Leads API",
        "description": "Resolve any eBay store or seller-profile URL (/str/ or /usr/) into a structured B2B lead record: store name, member-since date, location, total feedback score, positive feedback %, top categories, total active listings, and the canonical store URL for SDR outreach.",
        "version": "1.0",
        "x-build-id": "goj6xkaE03iQF9ZJj"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/agentx~ebay-seller-leads-api/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-agentx-ebay-seller-leads-api",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/agentx~ebay-seller-leads-api/runs": {
            "post": {
                "operationId": "runs-sync-agentx-ebay-seller-leads-api",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/agentx~ebay-seller-leads-api/run-sync": {
            "post": {
                "operationId": "run-sync-agentx-ebay-seller-leads-api",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "store_url"
                ],
                "properties": {
                    "store_url": {
                        "title": "🔗 Store URL",
                        "pattern": "^https?://([A-Za-z0-9-]+\\.)*ebay\\.(com(\\.au)?|co\\.uk|de|fr|it|es|ca)/(str|usr)/.+",
                        "type": "string",
                        "description": "eBay store or seller profile URL for seller lead extraction"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
