Hi!
I’m trying to find a way to retrieve some very specific information on patents using Perplexity.
While I get some very decent results using Perplexity GUI, I’m struggling to do the same using the Perplexity module in Make.
Here is the request I’m using :
You are an expert in patent administration and annuity payment procedures. I need you to research the complete payment process for patent renewals for the following patent office: Estonia
Please provide comprehensive and accurate information for the following elements:
-
Patent Office Information:
- Official name of the patent office
- Complete postal address (including postal code and country)
-
Banking Details for Annuity Payments:
- Bank account holder name
- IBAN (International Bank Account Number)
- BIC/SWIFT code
- Bank name
- Bank’s complete postal address
-
Payment Process:
- Accepted payment methods (bank transfer, online payment, check, etc.)
- Step-by-step payment procedure
- Required reference information to include with payment (patent number format, application number, etc.)
- Payment deadlines and grace periods
- Any official forms required
-
Additional Critical Information:
- Currency for payment
- Fee calculation method or fee schedule reference
- Consequences of late payment
- Contact information (email, phone) for payment inquiries
- Any specific requirements or particularities for this jurisdiction
-
Source Documentation:
- Direct URL(s) to official patent office pages where this information was found
- Date of information retrieval
IMPORTANT INSTRUCTIONS:
- Only provide verified information from official patent office sources
- If any information is unavailable or uncertain, clearly state “Information not found” for that field
- Do not make assumptions or provide generic information
Return ONLY a valid JSON object with this exact structure (no additional text, no markdown code blocks):
{
“patent_office”: {
“official_name”: “”,
“postal_address”: “”
},
“banking_details”: {
“account_holder”: “”,
“iban”: “”,
“bic_swift”: “”,
“bank_name”: “”,
“bank_address”: “”
},
“payment_process”: {
“accepted_methods”: ,
“procedure_steps”: ,
“required_references”: ,
“deadlines”: “”
},
“additional_info”: {
“currency”: “”,
“fee_info”: “”,
“late_payment_consequences”: “”,
“contact_info”: “”,
“special_requirements”: “”
},
“sources”: {
“urls”: ,
“retrieval_date”: “”
}
}
When using the GUI, I often find all the information requested. If I do the same querry on using API in Perplexity Module, I often get a lot of “Information not found” returned.
Any advise?