Skip to main content
Glama
by Ritesh-sudo
monsterScraper.d.ts667 B
import { BaseScraper } from './baseScraper.js'; import { JobPosting, JobFilter } from '../types/jobTypes.js'; import * as cheerio from 'cheerio'; export declare class MonsterScraper extends BaseScraper { constructor(); search(filter: JobFilter): Promise<JobPosting[]>; private buildSearchTerms; protected getTitleSelector(): string; protected getCompanySelector(): string; protected getLocationSelector(): string; protected getDescriptionSelector(): string; protected getUrlSelector(): string; protected extractPostedDate(element: cheerio.Cheerio<any>, $: cheerio.CheerioAPI): string; } //# sourceMappingURL=monsterScraper.d.ts.map

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ritesh-sudo/MCPJobSearch'

If you have feedback or need assistance with the MCP directory API, please join our Discord server