{
  "publisher": "publicrecords",
  "disclosure": "Published by the publicrecords maintainer on Apify.",
  "mcp_pin_url": "https://mcp.apify.com?tools=publicrecords/company-social-profile-finder,publicrecords/eu-ted-notices-scraper,publicrecords/usaspending-awards-scraper,publicrecords/grants-gov-scraper,publicrecords/uk-find-a-tender-scraper,publicrecords/legistar-meetings-scraper",
  "site": "https://geminigeorge22.github.io/",
  "updated": "2026-09-18",
  "actors": [
    {
      "id": "crosswalk",
      "brand": "Company Socials (Crosswalk)",
      "when_to_use": "Company Socials (Crosswalk): find a company's social profiles from its website or business name (LinkedIn, Instagram, Facebook, X, TikTok, YouTube). Confirms the profile belongs to that company. Enrich lead lists and Google Maps scrapes. Companies and orgs only — not people.",
      "example_prompts": [
        "Find the LinkedIn and Instagram for hubspot.com",
        "Get social profiles for stripe.com from its website",
        "Add LinkedIn to every row in my Google Maps lead list",
        "Look up company socials for stripe.com and notion.so"
      ],
      "sample_input": {
        "query": "hubspot.com",
        "outputFormat": "compact"
      },
      "store_url": "https://apify.com/publicrecords/company-social-profile-finder",
      "site_url": "https://geminigeorge22.github.io/crosswalk/"
    },
    {
      "id": "eu-ted-notices",
      "brand": "EU TED Tenders",
      "when_to_use": "EU TED Tenders: find European Union government contracts and public tenders. Search by keyword, country, or industry to spot EU bids worth pursuing.",
      "example_prompts": [
        "Search EU TED notices about cybersecurity in Germany last 30 days using publicrecords/eu-ted-notices-scraper.",
        "Run publicrecords/eu-ted-notices-scraper with buyerCountry DEU and CPV 72000000; summarize top buyers."
      ],
      "sample_input": {
        "keywords": "cybersecurity",
        "buyerCountry": "DEU",
        "maxItems": 50
      },
      "store_url": "https://apify.com/publicrecords/eu-ted-notices-scraper",
      "site_url": "https://geminigeorge22.github.io/ted/"
    },
    {
      "id": "usaspending-awards",
      "brand": "USAspending Awards",
      "when_to_use": "USAspending Awards: see which companies won US federal government contracts. Filter by agency, vendor, or industry for recent awards.",
      "example_prompts": [
        "Run publicrecords/usaspending-awards-scraper for NAICS 541512 cloud awards and summarize top recipients.",
        "Who won Department of Defense contracts last 30 days? Use publicrecords/usaspending-awards-scraper."
      ],
      "sample_input": {
        "naics": [
          "541512"
        ],
        "agency": "Department of Defense",
        "maxItems": 50
      },
      "store_url": "https://apify.com/publicrecords/usaspending-awards-scraper",
      "site_url": "https://geminigeorge22.github.io/usaspending/"
    },
    {
      "id": "grants-gov",
      "brand": "Grants.gov Finder",
      "when_to_use": "Grants.gov Finder: find US federal grants that are open for applications. Search by topic or agency.",
      "example_prompts": [
        "Find posted Grants.gov cybersecurity FOAs in the last 30 days with publicrecords/grants-gov-scraper."
      ],
      "sample_input": {
        "keyword": "cybersecurity",
        "status": "posted",
        "postedWithinDays": 30,
        "maxItems": 50
      },
      "store_url": "https://apify.com/publicrecords/grants-gov-scraper",
      "site_url": "https://geminigeorge22.github.io/grantsgov/"
    },
    {
      "id": "uk-find-a-tender",
      "brand": "UK Find a Tender",
      "when_to_use": "UK Find a Tender: search UK government tenders and contracts via Find a Tender (official OCDS 1.1 API).",
      "example_prompts": [
        "Pull UK Find a Tender cloud tenders with publicrecords/uk-find-a-tender-scraper; noticeType tender."
      ],
      "sample_input": {
        "keywords": [
          "cloud"
        ],
        "noticeType": [
          "tender"
        ],
        "maxItems": 50
      },
      "store_url": "https://apify.com/publicrecords/uk-find-a-tender-scraper",
      "site_url": "https://geminigeorge22.github.io/uktender/"
    },
    {
      "id": "legistar-meetings",
      "brand": "City Council Minutes",
      "when_to_use": "City Council Minutes: get city council meeting agendas and minutes for US cities that publish on Legistar. One city or many in one run.",
      "example_prompts": [
        "List recent Seattle Legistar council events with publicrecords/legistar-meetings-scraper."
      ],
      "sample_input": {
        "clients": [
          "seattle"
        ],
        "resource": "events",
        "maxItems": 50
      },
      "store_url": "https://apify.com/publicrecords/legistar-meetings-scraper",
      "site_url": "https://geminigeorge22.github.io/legistar/"
    }
  ]
}
