FSSAI FoSCoS Scraper avatar

FSSAI FoSCoS Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
FSSAI FoSCoS Scraper

FSSAI FoSCoS Scraper

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape FSSAI data seamlessly, reliably, and at scale.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

1

Bookmarked

43

Total users

0

Monthly active users

7 days ago

Last modified

Share

FSSAI FoSCoS Licence Verification

Verify one to 20 exact, 14-digit FSSAI licence numbers through the official FoSCoS public lookup. Each successful dataset row contains the matching licence holder, public status/address fields, and any business/product details returned by the public detail endpoint.

What this Actor guarantees

  • Uses a normal Playwright browser session to establish the FoSCoS cookies required by its encrypted public API.
  • Requires the returned licence number to exactly match the requested number.
  • Emits one canonical field per fact; missing optional facts remain absent and legitimate empty detail lists remain empty.
  • Does not store encrypted, decrypted, CSRF, or raw government responses in logs or files.
  • Holds dataset rows until every requested lookup succeeds. A partial multi-licence run fails and publishes no partial dataset.
  • Writes a machine-readable OUTPUT summary for success and failure runs.

FoSCoS does not expose validity dates through this lookup route, so the Actor does not invent them. Public product-detail enrichment is optional: a verified licence remains valid output when that secondary endpoint is unavailable.

Input

FieldTypeDefaultDescription
fssaiNosstring[]requiredOne to 20 unique 14-digit FSSAI licence numbers.
headlessbooleantrueRun without a visible browser window.
maxRequestRetriesinteger1Failed request retries, from 0 to 2.
requestTimeoutSecsinteger90Navigation timeout, from 30 to 120 seconds.
proxyConfigurationobjectIndia residential proxyStandard Apify proxy configuration.
{
"fssaiNos": ["12421012003663"],
"maxRequestRetries": 1,
"requestTimeoutSecs": 90
}

Output

The default dataset contains verified fssai_licence rows. Optional fields appear only when FoSCoS supplies a real value. Arrays such as businessGroups, kindsOfBusiness, and foodProducts are source-backed and may correctly be empty.

{
"recordType": "fssai_licence",
"fssaiNumber": "12421012003663",
"companyName": "Sapphire Foods India Limited",
"licenseCategoryName": "State Licence",
"licenseStatus": "Active",
"stateName": "Tamil Nadu",
"kindOfBusinessNames": ["Food Services - Restaurants"],
"foodProductCount": 5,
"sourcePageUrl": "https://foscos.fssai.gov.in/"
}

The OUTPUT key-value record reports success, requested/verified/failed counts, sanitized failures, and elapsed time. Licence numbers in failure summaries are limited to their last four digits.