diff --git a/docker/crawler-google-alerts/main.py b/docker/crawler-google-alerts/main.py index 79d30a6..6f1f0d7 100644 --- a/docker/crawler-google-alerts/main.py +++ b/docker/crawler-google-alerts/main.py @@ -33,19 +33,14 @@ Follow these rules strictly: Fields to extract (omit if not found): * "transaction_type": Type of transaction being made (e.g., "Purchase Order", "Subcontract") * "company_division": Canadian company/division involved in the transaction -* "address_1": Address line 1 of the Company -* "address_2": Address line 2 of the Company -* "city": city where the Company is located -* "province": province where the Company is located -* "region": region where the Company is located -* "postal_code": postal Code of the Company +* "address_1", "address_2", "city", "province", "region", "postal_code": Address of the company * "recipient": Recipient of the transaction, be it a country, organization, or individual -* "amount": Transaction amount including the currency +* "amount": Transaction amount, including the currency * "description": Transaction description * "source_date": Date in YYYY-MM-DD format the source/article was posted at. * "source_description": Decription of the platform the source/article came from, as well as the content of the source/article. * "grant_type": Type of grant -* "commodity_class": Commodity classification or the product being exported in the transaction +* "commodity_class": Commodity classification or the product being exported in the transaction, e.g. missile components, avionics, engines * "contract_number": Contract number * "comments": Additional comments * "is_primary": Boolean flag