# ETB2B SponsorScope (`etb2b-tools/etb2b-sponsorscope-rsniraj`) Actor

Single-sponsor / company enrichment. Pass company name → get 60+ fields: LinkedIn (logo, employees, industry), Wikipedia + Wikidata, rich news (Google + Bing + GDELT), social accounts, key people. By RS Niraj, ETB2B (Times Internet). Contact: neeraj410645@gmail.com

- **URL**: https://apify.com/etb2b-tools/etb2b-sponsorscope-rsniraj.md
- **Developed by:** [RS Niraj](https://apify.com/etb2b-tools) (community)
- **Categories:** Business, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

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

## 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

## ETB2B SponsorScope

Single-sponsor / single-company enrichment actor.

Given a company name (and optional hints), returns 60+ fields covering financials,
people, news, social presence — all strictly disambiguated to the same company.

**Author:** Dheeraj Singh Yadav (RS Niraj) — ETB2B vertical, Times Internet
**Contact:** neeraj410645@gmail.com
**Apify slug:** `<account>/etb2b-sponsorscope-rsniraj` (account = the Apify org/user that pushes it)

---

### Contact

For any queries (Apify-side notices, integration help, bug reports, feature requests),
reach out to:

**neeraj410645@gmail.com** — Dheeraj Singh Yadav / RS Niraj

---

### Input (minimum)

```json
{
  "sponsorName": "Reliance Industries"
}
````

That's it. Everything else is auto-discovered. Optional hints (LinkedIn URL,
country, tier label) sharpen accuracy and save cost.

### Output sections (~60 fields)

| Section | Fields | Source |
|---|---|---|
| Basic | `sponsor_name`, `sponsor_image_url`, `sponsor_website`, `sponsor_category` | Input / LinkedIn / Wikipedia |
| key\_stats | `industry`, `employee_count`, `employee_count_range`, `headquarters`, `founded`, `follower_count`, `is_verified` | LinkedIn Company |
| about | `description`, `specialities`, `wikipedia_summary` | LinkedIn + Wikipedia |
| company\_story | `full_history`, `key_milestones`, `wikipedia_url`, `external_links` | Wikipedia |
| market\_position | `ticker`, `exchange`, `revenue`, `net_income`, `total_assets`, `subsidiaries`, `founders`, `ceo`, `funding`, `acquisitions`, `parent_company`, `similar_companies`, `ipo_status` | Wikipedia + Wikidata + LinkedIn |
| leadership | `key_people[]` — name, designation, linkedin, location, bio, followers | Key People search |
| global\_presence | `office_locations[]` up to 20 — city/country/HQ flag | LinkedIn |
| workforce | `workforce_analytics` by location/function/school/skill | LinkedIn |
| in\_the\_news | `headlines[]`, `all_sources[]` (type-classified), `social_accounts{}` (linkedin/youtube/twitter/facebook/instagram/etc.), `people_also_ask`, `related_queries` | Google News + Bing + GDELT + SERP organic |
| contact | `website`, `linkedin`, `phone`, `careers` | LinkedIn + HTML |

### Cost per run

- Free path only (Wikipedia + Wikidata + Google News + Bing + GDELT): **$0**
- Full enrichment (with LinkedIn Company + Key People + SERP cascade): **~$0.008–$0.013**

### Pipeline (always-on policy)

```
INPUT: sponsorName
   ↓
[1]  Wikipedia + Wikidata  (FREE)         — independent search, no Wikipedia required
[1.5] SERP cascade        (FREE base)     — organic + YouTube + PAA + canonical URLs
[2]  Google News + Bing + GDELT (FREE)    — merged + type-classified via build_rich_news
[3]  LinkedIn Company (harvestapi)        — $0.005–0.01
       └─ Key People search                — $0.003
       └─ LinkedIn URL fallback            — $0.003 (only if missed)
[4]  Tier classification + portal reshape (FREE)
   ↓
OUTPUT: ~60 fields with strict company-level disambiguation
```

### Build by RS Niraj

Internal project of the ETB2B vertical at Times Internet. Designed to plug into
the ETB2B portal for sponsor / partner / company enrichment use cases.

# Actor input Schema

## `sponsorName` (type: `string`):

REQUIRED. The company / sponsor brand name to enrich. e.g. 'Reliance Industries', 'Times Internet', 'Amazon'.

## `sponsorLinkedin` (type: `string`):

Optional. If you already know the LinkedIn company URL, providing it skips Stage 7 fallback discovery (saves cost). Format: https://www.linkedin.com/company/<slug>

## `sponsorWebsite` (type: `string`):

Optional. Brand's official website. Skipped if absent — discovered via Wikipedia / SERP cascade.

## `sponsorImageUrl` (type: `string`):

Optional. If absent, falls back to LinkedIn company\_logo → Wikipedia thumbnail → DiceBear initials.

## `tierHint` (type: `string`):

Optional event-specific tier label like 'Title Partner', 'Gold Sponsor', 'Knowledge Partner'. If absent, defaults to 'Sponsor'.

## `countryHint` (type: `string`):

Optional country qualifier to disambiguate multi-country brands. e.g. 'Amazon' → India entity vs Global. Common values: 'India', 'USA', 'Global'.

## `apifyToken` (type: `string`):

Auto-injected by Apify. Do not set manually unless calling from outside Apify.

## Actor input object example

```json
{
  "sponsorName": "Reliance Industries",
  "sponsorLinkedin": "https://www.linkedin.com/company/reliance",
  "sponsorWebsite": "https://www.ril.com",
  "tierHint": "Title Partner",
  "countryHint": "India"
}
```

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("etb2b-tools/etb2b-sponsorscope-rsniraj").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 = {}

# Run the Actor and wait for it to finish
run = client.actor("etb2b-tools/etb2b-sponsorscope-rsniraj").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 '{}' |
apify call etb2b-tools/etb2b-sponsorscope-rsniraj --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=etb2b-tools/etb2b-sponsorscope-rsniraj",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "ETB2B SponsorScope",
        "description": "Single-sponsor / company enrichment. Pass company name → get 60+ fields: LinkedIn (logo, employees, industry), Wikipedia + Wikidata, rich news (Google + Bing + GDELT), social accounts, key people. By RS Niraj, ETB2B (Times Internet). Contact: neeraj410645@gmail.com",
        "version": "0.5",
        "x-build-id": "RGbKAAE92eLffaL33"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/etb2b-tools~etb2b-sponsorscope-rsniraj/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-etb2b-tools-etb2b-sponsorscope-rsniraj",
                "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/etb2b-tools~etb2b-sponsorscope-rsniraj/runs": {
            "post": {
                "operationId": "runs-sync-etb2b-tools-etb2b-sponsorscope-rsniraj",
                "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/etb2b-tools~etb2b-sponsorscope-rsniraj/run-sync": {
            "post": {
                "operationId": "run-sync-etb2b-tools-etb2b-sponsorscope-rsniraj",
                "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": [
                    "sponsorName"
                ],
                "properties": {
                    "sponsorName": {
                        "title": "Sponsor / Company Name",
                        "type": "string",
                        "description": "REQUIRED. The company / sponsor brand name to enrich. e.g. 'Reliance Industries', 'Times Internet', 'Amazon'."
                    },
                    "sponsorLinkedin": {
                        "title": "LinkedIn Company URL (optional)",
                        "type": "string",
                        "description": "Optional. If you already know the LinkedIn company URL, providing it skips Stage 7 fallback discovery (saves cost). Format: https://www.linkedin.com/company/<slug>"
                    },
                    "sponsorWebsite": {
                        "title": "Official Website (optional)",
                        "type": "string",
                        "description": "Optional. Brand's official website. Skipped if absent — discovered via Wikipedia / SERP cascade."
                    },
                    "sponsorImageUrl": {
                        "title": "Logo Image URL (optional)",
                        "type": "string",
                        "description": "Optional. If absent, falls back to LinkedIn company_logo → Wikipedia thumbnail → DiceBear initials."
                    },
                    "tierHint": {
                        "title": "Sponsor Tier Hint (optional)",
                        "type": "string",
                        "description": "Optional event-specific tier label like 'Title Partner', 'Gold Sponsor', 'Knowledge Partner'. If absent, defaults to 'Sponsor'.",
                        "default": "Sponsor"
                    },
                    "countryHint": {
                        "title": "Country Hint (optional)",
                        "type": "string",
                        "description": "Optional country qualifier to disambiguate multi-country brands. e.g. 'Amazon' → India entity vs Global. Common values: 'India', 'USA', 'Global'."
                    },
                    "apifyToken": {
                        "title": "Apify Token (auto-injected at runtime)",
                        "type": "string",
                        "description": "Auto-injected by Apify. Do not set manually unless calling from outside Apify."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
