Retrieving digital assets...
Verify FSSAI license numbers using FoSCoS portal
99%
30s
500+
An Apify Actor for verifying FSSAI (Food Safety and Standards Authority of India) license numbers using the FoSCoS (Food Safety Compliance System) portal. This scraper uses advanced encryption/decryption techniques to securely communicate with the FSSAI API and extract comprehensive license information.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fssaiNos | Array | Yes | ["12421012003663"] | Array of 14-digit FSSAI license numbers to verify |
{
"fssaiNos": ["12421012003663", "12418012002769"]
}
The scraper outputs structured JSON data for each FSSAI license verification. Below is the complete output schema:
| Field | Type | Description |
|---|---|---|
fssai_no | String | The 14-digit FSSAI license number that was verified |
success | Boolean | Whether the verification was successful |
logs_dir | String | Path to the detailed logs directory for this verification |
premiseaddress | String | Registered business address |
licenseno | String | FSSAI license number |
fboid | Number | FBO (Food Business Operator) ID |
displayrefid | String | Display reference ID |
licensecategoryname | String | License category (State/Central) |
statename | String | State name |
statusdesc | String | License status description |
licensecategoryid | Number | License category ID |
talukname | String | Taluk/Block name |
districtname | String | District name |
companyname | String | Registered company/business name |
licenseactiveflag | Boolean | Whether the license is currently active |
refid | Number | Reference ID |
apptypedesc | String | Application type description |
villagename | String | Village name (if applicable) |
premisepincode | Number | PIN code of the premises |
https://foscos.fssai.gov.in/webgateway/commonauth_readonly/commonapi/getsearchapplicationdetails/1encryptedResponse and signature fieldsstorage/logs/{fssaiNo}/api_response.json: Full API response with headers and metadatadecrypted_response.json: Decrypted license dataerror.log: Detailed error information (if any){
"fssai_no": "12421012003663",
"success": true,
"logs_dir": "storage/logs/12421012003663",
"premiseaddress": "2-C, Vinayaga Nagar",
"licenseno": "12421012003663",
"fboid": 29501920051690868,
"displayrefid": "20241121106688114",
"licensecategoryname": "State License",
"statename": "Tamil Nadu",
"statusdesc": "License Issued",
"licensecategoryid": 2,
"talukname": "Madurai Corporation Ward-44",
"districtname": "Madurai",
"companyname": "Sapphire Foods India Limited (KFC)",
"licenseactiveflag": true,
"refid": 106688114,
"apptypedesc": "Renewal",
"villagename": null,
"premisepincode": 625020
}
{
"fssaiNos": ["12421012003663"]
}
{
"fssaiNos": [
"12421012003663",
"12418012002769",
"10011011000123"
]
}
The scraper handles various error scenarios:
For issues and questions:
storage/logs/{fssaiNo}/ directoriesExplore more automation tools and scrapers to supercharge your data acquisition workflow.